diff options
Diffstat (limited to 'net/arpd/patches/patch-ab')
-rw-r--r-- | net/arpd/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/arpd/patches/patch-ab b/net/arpd/patches/patch-ab new file mode 100644 index 00000000000..a227f702faa --- /dev/null +++ b/net/arpd/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 2000/08/27 20:43:24 hubertf Exp $ + +--- error.c.orig Sun Aug 27 22:26:49 2000 ++++ error.c +@@ -30,6 +30,7 @@ + #include <stdio.h> + #include <syslog.h> /* for syslog() */ + #include <string.h> ++#include <errno.h> + #include "arpd.h" + + int daemon_proc; /* set nonzero by daemon_init() */ |