18 lines
474 B
Text
18 lines
474 B
Text
$NetBSD: patch-ar,v 1.1 2007/08/08 20:00:12 joerg Exp $
|
|
|
|
--- syslibs.h.orig 2007-08-08 19:35:23.000000000 +0000
|
|
+++ syslibs.h
|
|
@@ -3,13 +3,7 @@
|
|
/* Include stdlib.h / malloc.h, depending on the O/S
|
|
*/
|
|
|
|
-#ifndef _NOSTDLIB_H
|
|
#include <stdlib.h>
|
|
-#endif
|
|
-
|
|
-#if !defined( __bsdi__ ) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(NeXT) && !defined(__MACH__)
|
|
-#include <malloc.h>
|
|
-#endif
|
|
|
|
#ifdef NEXTSGTTY /* NeXT, not POSIX subsystem */
|
|
# include <libc.h>
|