diff options
author | obrien <obrien@FreeBSD.org> | 2003-10-16 04:07:18 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-10-16 04:07:18 +0800 |
commit | b02cdf323263ff33b8bc8a79713a47fd30023e51 (patch) | |
tree | e1629e08118622086ea546fdf8f03fb08a9d69ea | |
parent | c3b983677e5448f22489dc1cc8a6201090f8487e (diff) | |
download | freebsd-ports-gnome-b02cdf323263ff33b8bc8a79713a47fd30023e51.tar.gz freebsd-ports-gnome-b02cdf323263ff33b8bc8a79713a47fd30023e51.tar.zst freebsd-ports-gnome-b02cdf323263ff33b8bc8a79713a47fd30023e51.zip |
Don't use <varargs.h>.
-rw-r--r-- | net/mopd/files/patch-pf.c | 17 |
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; |