freebsd-ports/net/bsdproxy/files/patch-proxy.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

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() */