summaryrefslogtreecommitdiff
path: root/net/arpd
diff options
context:
space:
mode:
authortron <tron>2003-07-25 19:00:17 +0000
committertron <tron>2003-07-25 19:00:17 +0000
commit15c3a4df8a317d854541129435668aa132b050e9 (patch)
treec228659dd10fbc4eecda293029ccfce176ed1bd4 /net/arpd
parent1524cd43b7cdf8b65f3c64fcc314b64dc86bf2cd (diff)
downloadpkgsrc-15c3a4df8a317d854541129435668aa132b050e9.tar.gz
Fix build problem under NetBSD-current.
Diffstat (limited to 'net/arpd')
-rw-r--r--net/arpd/distinfo3
-rw-r--r--net/arpd/patches/patch-ad15
2 files changed, 17 insertions, 1 deletions
diff --git a/net/arpd/distinfo b/net/arpd/distinfo
index 587e6f4b581..2a295d202bd 100644
--- a/net/arpd/distinfo
+++ b/net/arpd/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:09 wiz Exp $
+$NetBSD: distinfo,v 1.3 2003/07/25 19:00:17 tron Exp $
SHA1 (arpd.tar.gz) = c23ea6f7fa1c442331bcf120f32d41f789ee369a
Size (arpd.tar.gz) = 23400 bytes
SHA1 (patch-aa) = ba2501cf1e3aae38836df4f193ec2e642e146aae
SHA1 (patch-ab) = b0d53d1e32a7fe260a22f7d8018c13cccfaa7571
SHA1 (patch-ac) = 565f484cc246984aeeb6f414882aa2ccc6e33872
+SHA1 (patch-ad) = f28a6c62965fa7a8bd610e962773c019c8340211
diff --git a/net/arpd/patches/patch-ad b/net/arpd/patches/patch-ad
new file mode 100644
index 00000000000..f1d63fd6398
--- /dev/null
+++ b/net/arpd/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1 2003/07/25 19:00:18 tron Exp $
+
+--- wraplib.c.orig 1998-05-24 16:14:16.000000000 +0200
++++ wraplib.c 2003-07-25 20:59:27.000000000 +0200
+@@ -33,9 +33,9 @@
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
++#include <stdio.h>
+ #include "error.h"
+
+-
+ const char *
+ Inet_ntop(int family, const void *addrptr, char *strptr, size_t len)
+ {