opnsense-ports/net/bsdproxy/files/patch-accept_client.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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