blob: 3756c50b4c367736227500e2a77975c8eb9f9957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$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>
|