Import of pkgsrc-2016Q3

This commit is contained in:
2016-11-18 22:39:22 +01:00
committed by sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949747 additions and 377081 deletions
+15 -5
View File
@@ -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,