$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 #endif