mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
343 B
C
14 lines
343 B
C
$NetBSD: patch-src_portability.h,v 1.1 2012/02/16 18:36:34 hans Exp $
|
|
|
|
--- src/portability.h.orig 2001-09-02 21:57:36.000000000 +0200
|
|
+++ src/portability.h 2012-02-15 18:48:42.194632614 +0100
|
|
@@ -62,7 +62,7 @@ inline int unlink(const char* const file
|
|
|
|
#elif defined __SVR4
|
|
|
|
-#include <cstdlib.h>
|
|
+#include <cstdlib>
|
|
|
|
#endif // _MSC_VER
|
|
|