summaryrefslogtreecommitdiff
path: root/net/mopd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-10-15 20:07:18 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-10-15 20:07:18 +0000
commit13e974dcd4dbb71d6eb561034c13fbc40d1fdb64 (patch)
tree7c0fb9516cc708b5801990d358cde65424ab5a64 /net/mopd
parentports/www/mod_tidy has no license. (diff)
Don't use <varargs.h>.
Notes
Notes: svn path=/head/; revision=91354
Diffstat (limited to 'net/mopd')
-rw-r--r--net/mopd/files/patch-pf.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/net/mopd/files/patch-pf.c b/net/mopd/files/patch-pf.c
index c3efafb1eb00..dad73d14a35a 100644
--- a/net/mopd/files/patch-pf.c
+++ b/net/mopd/files/patch-pf.c
@@ -1,6 +1,15 @@
---- common/pf.c 1997/08/18 03:11:31 1.3
-+++ common/pf.c 2000/02/20 17:45:33 1.4
-@@ -176,7 +176,8 @@
+--- common/pf.c.orig Tue Aug 6 07:20:27 1996
++++ common/pf.c Wed Oct 15 13:02:19 2003
+@@ -56,7 +56,7 @@
+ #include <strings.h>
+
+ #include <syslog.h>
+-#include <varargs.h>
++
+
+ #include "common/mopdef.h"
+
+@@ -174,7 +174,8 @@
struct ifreq ifr;
int fd;
@@ -10,7 +19,7 @@
ifr.ifr_addr.sa_family = AF_UNSPEC;
bcopy(addr, ifr.ifr_addr.sa_data, 6);
-@@ -211,7 +212,8 @@
+@@ -209,7 +210,8 @@
struct ifreq ifr;
int fd;