pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/screen/patches



Module Name:    pkgsrc
Committed By:   dholland
Date:           Mon Jan 23 17:58:34 UTC 2017

Added Files:
        pkgsrc/misc/screen/patches: patch-screen.c

Log Message:
PR 51911: needs limits.h


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/misc/screen/patches/patch-screen.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/misc/screen/patches/patch-screen.c
diff -u /dev/null pkgsrc/misc/screen/patches/patch-screen.c:1.1
--- /dev/null   Mon Jan 23 17:58:34 2017
+++ pkgsrc/misc/screen/patches/patch-screen.c   Mon Jan 23 17:58:34 2017
@@ -0,0 +1,15 @@
+$NetBSD: patch-screen.c,v 1.1 2017/01/23 17:58:34 dholland Exp $
+
+Use standard headers.
+
+--- screen.c~  2017-01-17 19:28:29.000000000 +0000
++++ screen.c
+@@ -88,6 +88,8 @@
+ # include <langinfo.h>
+ #endif
+ 
++#include <limits.h>
++
+ #include "screen.h"
+ #ifdef HAVE_BRAILLE
+ # include "braille.h"



Home | Main Index | Thread Index | Old Index