diff options
Diffstat (limited to 'net/nocol/patches/patch-nsmon_main_c')
-rw-r--r-- | net/nocol/patches/patch-nsmon_main_c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/nocol/patches/patch-nsmon_main_c b/net/nocol/patches/patch-nsmon_main_c new file mode 100644 index 00000000000..e4fd489f290 --- /dev/null +++ b/net/nocol/patches/patch-nsmon_main_c @@ -0,0 +1,14 @@ +$NetBSD: patch-nsmon_main_c,v 1.1 2012/09/09 19:35:21 dholland Exp $ + +Use standard headers. + +--- nsmon/main.c~ 1998-08-28 03:21:12.000000000 +0000 ++++ nsmon/main.c +@@ -82,6 +82,7 @@ + # include "nsmon.h" /* program specific defines */ + #undef GLOBALS + ++#include <stdlib.h> + #include <string.h> /* For strcat() definitions */ + #include <sys/file.h> + #include <signal.h> /* For signal numbers */ |