pkgsrc/misc/screen/patches/patch-screen.c
kim cd19f8d470 Upgrade misc/screen to version 4.6.1
Version 4.6.1 (10/07/2017):
  * Fixes:
    - problems with starting session in some cases
    - parallel make install
    - segfault when querying info on nonUTF locale

Version 4.6.0 (28/06/2017):
  * Update Unicode wide tables to 9.0
  * Support more serial speeds
  * Improved namespaces support
  * Migrate from fifos to sockets
  * Start viewing scrollback at first line of output
2017-07-18 23:02:18 +00:00

15 lines
327 B
C

$NetBSD: patch-screen.c,v 1.5 2017/07/18 23:02:18 kim Exp $
Use standard headers.
--- screen.c.orig 2017-07-10 19:26:25.000000000 +0000
+++ screen.c 2017-07-18 22:40:56.000000000 +0000
@@ -95,6 +95,8 @@
# include <langinfo.h>
#endif
+#include <limits.h>
+
#include "screen.h"
#ifdef HAVE_BRAILLE
# include "braille.h"