2005-10-03 18:03:19 +02:00
|
|
|
$NetBSD: patch-ax,v 1.4 2005/10/03 16:03:19 mrauch Exp $
|
2005-01-06 16:52:19 +01:00
|
|
|
|
2005-10-03 18:03:19 +02:00
|
|
|
--- ../ucbhelper/source/client/proxydecider.cxx.orig 2005-06-03 12:31:52.000000000 +0200
|
2005-01-06 16:52:19 +01:00
|
|
|
+++ ../ucbhelper/source/client/proxydecider.cxx
|
2005-10-03 18:03:19 +02:00
|
|
|
@@ -126,7 +126,7 @@ using namespace ucbhelper;
|
2005-01-06 16:52:19 +01:00
|
|
|
#include <unistd.h>
|
|
|
|
#endif
|
|
|
|
|
2005-10-03 18:03:19 +02:00
|
|
|
-#if defined (FREEBSD)
|
|
|
|
+#if defined (FREEBSD) || defined (NETBSD)
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#endif
|
|
|
|
|