pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/arpd Fix build problem with GCC 3.3.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aebae2695c1d
branches:  trunk
changeset: 461993:aebae2695c1d
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Sep 25 06:06:12 2003 +0000

description:
Fix build problem with GCC 3.3.1.

diffstat:

 net/arpd/distinfo         |  4 ++--
 net/arpd/patches/patch-ab |  9 +++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r a27edff0e6c7 -r aebae2695c1d net/arpd/distinfo
--- a/net/arpd/distinfo Thu Sep 25 05:36:33 2003 +0000
+++ b/net/arpd/distinfo Thu Sep 25 06:06:12 2003 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2003/07/25 19:00:17 tron Exp $
+$NetBSD: distinfo,v 1.4 2003/09/25 06:06:12 tron Exp $
 
 SHA1 (arpd.tar.gz) = c23ea6f7fa1c442331bcf120f32d41f789ee369a
 Size (arpd.tar.gz) = 23400 bytes
 SHA1 (patch-aa) = ba2501cf1e3aae38836df4f193ec2e642e146aae
-SHA1 (patch-ab) = b0d53d1e32a7fe260a22f7d8018c13cccfaa7571
+SHA1 (patch-ab) = 5e0c468cd51bdd388fadf4fd9c6e7e92a0475456
 SHA1 (patch-ac) = 565f484cc246984aeeb6f414882aa2ccc6e33872
 SHA1 (patch-ad) = f28a6c62965fa7a8bd610e962773c019c8340211
diff -r a27edff0e6c7 -r aebae2695c1d net/arpd/patches/patch-ab
--- a/net/arpd/patches/patch-ab Thu Sep 25 05:36:33 2003 +0000
+++ b/net/arpd/patches/patch-ab Thu Sep 25 06:06:12 2003 +0000
@@ -1,11 +1,12 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/08/27 20:43:24 hubertf Exp $
+$NetBSD: patch-ab,v 1.2 2003/09/25 06:06:12 tron Exp $
 
---- error.c.orig       Sun Aug 27 22:26:49 2000
-+++ error.c
-@@ -30,6 +30,7 @@
+--- error.c.orig       1998-05-24 16:14:14.000000000 +0200
++++ error.c    2003-09-24 17:14:27.000000000 +0200
+@@ -30,6 +30,8 @@
  #include <stdio.h>
  #include <syslog.h>           /* for syslog() */
  #include <string.h>
++#include <stdlib.h>
 +#include <errno.h>
  #include "arpd.h"
  



Home | Main Index | Thread Index | Old Index