diff options
Diffstat (limited to 'net/nocol/patches/patch-etherload_nocol__specific_c')
-rw-r--r-- | net/nocol/patches/patch-etherload_nocol__specific_c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/nocol/patches/patch-etherload_nocol__specific_c b/net/nocol/patches/patch-etherload_nocol__specific_c new file mode 100644 index 00000000000..de0e7414039 --- /dev/null +++ b/net/nocol/patches/patch-etherload_nocol__specific_c @@ -0,0 +1,14 @@ +$NetBSD: patch-etherload_nocol__specific_c,v 1.1 2012/09/09 19:35:20 dholland Exp $ + +Use standard headers. + +--- etherload/nocol_specific.c~ 1997-08-22 06:10:16.000000000 +0000 ++++ etherload/nocol_specific.c +@@ -34,6 +34,7 @@ static char *RCSid = "$Header: /home/vik + */ + + ++#include <stdlib.h> + #include <string.h> + + #include "nocol.h" |