pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/arpd Don't (unnecessarily) include "varargs.h" whi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/70f5d9c7ce2e
branches: trunk
changeset: 463511:70f5d9c7ce2e
user: tron <tron%pkgsrc.org@localhost>
date: Fri Nov 14 13:36:21 2003 +0000
description:
Don't (unnecessarily) include "varargs.h" which breaks the build on
platforms which use GCC 3.3.x.
diffstat:
net/arpd/distinfo | 4 ++--
net/arpd/patches/patch-aa | 14 ++++++++------
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 0de778cfffdf -r 70f5d9c7ce2e net/arpd/distinfo
--- a/net/arpd/distinfo Fri Nov 14 11:48:57 2003 +0000
+++ b/net/arpd/distinfo Fri Nov 14 13:36:21 2003 +0000
@@ -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 -r 0de778cfffdf -r 70f5d9c7ce2e net/arpd/patches/patch-aa
--- a/net/arpd/patches/patch-aa Fri Nov 14 11:48:57 2003 +0000
+++ b/net/arpd/patches/patch-aa Fri Nov 14 13:36:21 2003 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index