diff options
author | tron <tron@pkgsrc.org> | 2003-07-25 19:00:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-25 19:00:17 +0000 |
commit | 102049e1a8c25e7e3f6fd32d76f2ad261af328c5 (patch) | |
tree | c228659dd10fbc4eecda293029ccfce176ed1bd4 /net/arpd | |
parent | 9798b068db058fb4c5a79bfde1cd5b6d9f0aea62 (diff) | |
download | pkgsrc-102049e1a8c25e7e3f6fd32d76f2ad261af328c5.tar.gz |
Fix build problem under NetBSD-current.
Diffstat (limited to 'net/arpd')
-rw-r--r-- | net/arpd/distinfo | 3 | ||||
-rw-r--r-- | net/arpd/patches/patch-ad | 15 |
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) + { |