opnsense-ports/net/bsdproxy/files/patch-proxy.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
344 B
C

diff -urN -x .svn ../../branches/vendor/bsdproxy/proxy.c ./proxy.c
--- ../../branches/vendor/bsdproxy/proxy.c 2008-06-08 22:30:53.000000000 +0300
+++ ./proxy.c 2008-06-08 22:54:00.000000000 +0300
@@ -16,9 +16,6 @@
#include "config.h"
#include "proxy_protos.h"
-extern char *optarg;
-extern int optind;
-
static int sig;
/* usage() */