summaryrefslogtreecommitdiff
path: root/net/nocol/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/nocol/patches/patch-ak')
-rw-r--r--net/nocol/patches/patch-ak20
1 files changed, 15 insertions, 5 deletions
diff --git a/net/nocol/patches/patch-ak b/net/nocol/patches/patch-ak
index 770c7a85873..c9476156001 100644
--- a/net/nocol/patches/patch-ak
+++ b/net/nocol/patches/patch-ak
@@ -1,10 +1,20 @@
-$NetBSD: patch-ak,v 1.2 2012/09/09 19:49:45 dholland Exp $
+$NetBSD: patch-ak,v 1.3 2016/03/13 09:06:01 dholland Exp $
-Don't use nonexistent/nonstandard curses interfaces.
+- Use standard headers
+- Don't use nonexistent/nonstandard curses interfaces.
---- netconsole/setup_display.c 2002/06/28 08:31:30 1.1
-+++ netconsole/setup_display.c 2002/06/28 08:31:50
-@@ -48,8 +48,8 @@
+--- netconsole/setup_display.c.orig 1994-11-29 20:41:10.000000000 +0000
++++ netconsole/setup_display.c
+@@ -31,6 +31,8 @@
+ *
+ *
+ */
++#include <stdlib.h>
++#include <string.h>
+ #include "netconsole.h"
+
+ setup_display()
+@@ -45,8 +47,8 @@ setup_display()
{
endwin ();
fprintf (stderr,