diff options
Diffstat (limited to 'net/bsdproxy/files/patch-accept_client.c')
-rw-r--r-- | net/bsdproxy/files/patch-accept_client.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net/bsdproxy/files/patch-accept_client.c b/net/bsdproxy/files/patch-accept_client.c deleted file mode 100644 index ea93c2b79d2f..000000000000 --- a/net/bsdproxy/files/patch-accept_client.c +++ /dev/null @@ -1,13 +0,0 @@ -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 ) - { |