15 lines
286 B
Plaintext
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"
|
|
|