1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/net/bsdproxy/files/patch-accept_client.c
Peter Pentchev 5790745107 Update to bsdproxy-0.04.
Actually honor NOPORTDOCS and DOCSDIR.
Use the correct GNU configure target.
2008-06-08 20:59:35 +00:00

14 lines
382 B
C

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 )
{