update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / d4x / patches / patch-ae
1 $NetBSD$
2
3 --- main/socket.cc.orig 2005-10-30 13:02:28.000000000 +0000
4 +++ main/socket.cc
5 @@ -9,7 +9,7 @@
6   *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
7   */
8  
9 -#if (defined(__unix__) || defined(unix)) && !defined(USG)
10 +#if (defined(__unix__) || defined(unix) || defined(__NetBSD__)) && !defined(USG)
11  #include <sys/param.h>
12  #endif
13  #include <stdio.h>