17 lines
329 B
Text
17 lines
329 B
Text
$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>
|