Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,13 +1,14 @@
$NetBSD: patch-netconsole_utils_c,v 1.1 2012/09/09 19:35:21 dholland Exp $
$NetBSD: patch-netconsole_utils_c,v 1.2 2016/03/13 09:06:01 dholland Exp $
Use standard headers.
--- netconsole/utils.c~ 2000-01-19 03:51:20.000000000 +0000
--- netconsole/utils.c.orig 2000-01-19 03:51:20.000000000 +0000
+++ netconsole/utils.c
@@ -16,4 +16,6 @@
@@ -16,4 +16,7 @@
#endif
+#include <stdlib.h>
+#include <string.h>
+
#include "netconsole.h"