freebsd-ports/net/pmacct/files/patch-pmacct.h
Pete Fritchman c22a0089be - use USE_GETOPT_LONG
- fix WITH_MYSQL build

PR:		52152, 52150
Submitted by:	maintainer
2003-05-19 02:05:45 +00:00

13 lines
263 B
C

--- pmacct.h.orig Thu May 8 11:59:46 2003
+++ pmacct.h Tue May 13 10:00:09 2003
@@ -32,10 +32,6 @@
#include <stdlib.h>
#include <errno.h>
-#ifdef HAVE_GETOPT_H
-#include <getopt.h>
-#endif
-
#include <fcntl.h>
#include <sys/socket.h>
#include <sys/un.h>