diff options
author | tron <tron> | 2003-07-25 19:00:17 +0000 |
---|---|---|
committer | tron <tron> | 2003-07-25 19:00:17 +0000 |
commit | 7a127b2ce20172b59826eeaf0e7e3444a08fd717 (patch) | |
tree | c228659dd10fbc4eecda293029ccfce176ed1bd4 /net/arpd/patches | |
parent | aa53a1481e5b6ee3c0d268bcbb474e5285e64e00 (diff) | |
download | pkgsrc-7a127b2ce20172b59826eeaf0e7e3444a08fd717.tar.gz |
Fix build problem under NetBSD-current.
Diffstat (limited to 'net/arpd/patches')
-rw-r--r-- | net/arpd/patches/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
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) + { |