blob: ea1798715a10fca001f793f49359af519e0cd1fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.2 2003/12/13 10:32:53 xtraeme Exp $
--- include/common.h.orig 2003-12-13 10:38:57.000000000 +0100
+++ include/common.h 2003-12-13 10:41:43.000000000 +0100
@@ -45,7 +45,7 @@
#endif
// Might we be BSDish? sys/param.h has BSD defined if so
-#if (defined(__unix__) || defined(unix) || defined(__APPLE__)) && !defined(USG)
+#if defined(__APPLE__) || !defined(USG)
#include <sys/param.h>
#endif
|