diff options
Diffstat (limited to 'net/arpd/patches/patch-ab')
-rw-r--r-- | net/arpd/patches/patch-ab | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/arpd/patches/patch-ab b/net/arpd/patches/patch-ab index a227f702faa..c0d714126f3 100644 --- a/net/arpd/patches/patch-ab +++ b/net/arpd/patches/patch-ab @@ -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" |