aboutsummaryrefslogtreecommitdiff
path: root/net/bsdproxy/files/patch-accept_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/bsdproxy/files/patch-accept_client.c')
-rw-r--r--net/bsdproxy/files/patch-accept_client.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bsdproxy/files/patch-accept_client.c b/net/bsdproxy/files/patch-accept_client.c
new file mode 100644
index 000000000000..ea93c2b79d2f
--- /dev/null
+++ b/net/bsdproxy/files/patch-accept_client.c
@@ -0,0 +1,13 @@
+diff -urN -x .svn ../../branches/vendor/bsdproxy/accept_client.c ./accept_client.c
+--- ../../branches/vendor/bsdproxy/accept_client.c 2008-06-08 22:30:53.000000000 +0300
++++ ./accept_client.c 2008-06-08 22:53:22.000000000 +0300
+@@ -14,9 +14,6 @@
+ #include <errno.h>
+ #include "proxy_protos.h"
+
+-extern int errno;
+-
+-
+ void
+ accept_client ( struct kevent *ke, struct mdata *md )
+ {