diff options
author | tron <tron> | 2003-11-14 13:36:21 +0000 |
---|---|---|
committer | tron <tron> | 2003-11-14 13:36:21 +0000 |
commit | 521d3c456dc5a63374c70ff2da89aad63125063e (patch) | |
tree | aeda7c50170a3e9076514c1913e7b8a3922a8a57 /net/arpd/patches | |
parent | af72ad28e628f07ec5e007bdd03087a1ac8a8f1d (diff) | |
download | pkgsrc-521d3c456dc5a63374c70ff2da89aad63125063e.tar.gz |
Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
Diffstat (limited to 'net/arpd/patches')
-rw-r--r-- | net/arpd/patches/patch-aa | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/net/arpd/patches/patch-aa b/net/arpd/patches/patch-aa index c3178b7e8a1..826af8aa9c8 100644 --- a/net/arpd/patches/patch-aa +++ b/net/arpd/patches/patch-aa @@ -1,16 +1,18 @@ -$NetBSD: patch-aa,v 1.1.1.1 2000/08/27 20:43:24 hubertf Exp $ +$NetBSD: patch-aa,v 1.2 2003/11/14 13:36:21 tron Exp $ ---- arpd.c.orig Sun May 24 16:14:13 1998 -+++ arpd.c -@@ -49,6 +49,7 @@ +--- arpd.c.orig 1998-05-24 16:14:13.000000000 +0200 ++++ arpd.c 2003-11-14 14:35:02.000000000 +0100 +@@ -47,8 +47,8 @@ + #include <stdio.h> + #include <string.h> #include <syslog.h> - #include <varargs.h> +-#include <varargs.h> #include <pcap.h> +#include <errno.h> #include "error.h" #include "arpd.h" #include "wraplib.h" -@@ -205,12 +206,15 @@ +@@ -205,12 +205,15 @@ struct if_elm *pIf_elm; progname = "arpd"; /* for err_xxx */ |