fd780466d5
embedded newlines.
13 lines
506 B
Text
13 lines
506 B
Text
$NetBSD: patch-az,v 1.1 2006/01/12 00:05:04 joerg Exp $
|
|
|
|
--- System/Common/c_header.h.orig 2006-01-11 22:04:22.000000000 +0000
|
|
+++ System/Common/c_header.h
|
|
@@ -40,7 +40,7 @@
|
|
# include <unistd.h>
|
|
#endif
|
|
|
|
-#if !defined(__NeXT__) && !defined(__EMX__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__CYGWIN32__)
|
|
+#if !defined(__NeXT__) && !defined(__EMX__) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__CYGWIN32__) && !defined(__DragonFly__)
|
|
# include <values.h>
|
|
#endif
|
|
|