mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
15 lines
292 B
Plaintext
15 lines
292 B
Plaintext
$NetBSD: patch-ak,v 1.2 2015/12/29 23:34:43 dholland Exp $
|
|
|
|
Don't use nonstandard headers.
|
|
|
|
--- lib/incfiles.c.orig 1999-09-15 21:38:06.000000000 -0500
|
|
+++ lib/incfiles.c
|
|
@@ -5,7 +5,6 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "../include/bacicnty.h"
|