mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
18 lines
329 B
Plaintext
18 lines
329 B
Plaintext
$NetBSD: patch-au,v 1.1 2007/07/28 01:42:51 joerg Exp $
|
|
|
|
--- prompts1.c.orig 2007-07-28 01:20:46.000000000 +0000
|
|
+++ prompts1.c
|
|
@@ -18,11 +18,7 @@
|
|
#endif
|
|
#endif
|
|
#endif
|
|
-#ifdef __TURBOC__
|
|
-#include <alloc.h>
|
|
-#elif !defined(__386BSD__)
|
|
-#include <malloc.h>
|
|
-#endif
|
|
+#include <stdlib.h>
|
|
|
|
#ifdef __hpux
|
|
#include <sys/param.h>
|