From 653a95fbabba2c370bad5bce3121176c7524297d Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 14 Nov 2003 13:36:21 +0000 Subject: Don't (unnecessarily) include "varargs.h" which breaks the build on platforms which use GCC 3.3.x. --- net/arpd/distinfo | 4 ++-- net/arpd/patches/patch-aa | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) (limited to 'net/arpd') diff --git a/net/arpd/distinfo b/net/arpd/distinfo index f59a0a2f612..4ec1ff92ca8 100644 --- a/net/arpd/distinfo +++ b/net/arpd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2003/09/25 06:06:12 tron Exp $ +$NetBSD: distinfo,v 1.5 2003/11/14 13:36:21 tron Exp $ SHA1 (arpd.tar.gz) = c23ea6f7fa1c442331bcf120f32d41f789ee369a Size (arpd.tar.gz) = 23400 bytes -SHA1 (patch-aa) = ba2501cf1e3aae38836df4f193ec2e642e146aae +SHA1 (patch-aa) = 2db74da5bfc680b37ff086a9d615083bbfd8a0d4 SHA1 (patch-ab) = 5e0c468cd51bdd388fadf4fd9c6e7e92a0475456 SHA1 (patch-ac) = 565f484cc246984aeeb6f414882aa2ccc6e33872 SHA1 (patch-ad) = f28a6c62965fa7a8bd610e962773c019c8340211 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 + #include #include - #include +-#include #include +#include #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 */ -- cgit v1.2.3