Files
pkgsrc-ng/net/nocol/patches/patch-netconsole_utils_c
2016-11-18 22:39:22 +01:00

15 lines
286 B
Plaintext

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