summaryrefslogtreecommitdiff
path: root/misc/screen
diff options
context:
space:
mode:
authorjdc <jdc>2000-05-16 20:27:34 +0000
committerjdc <jdc>2000-05-16 20:27:34 +0000
commit8f92ec42524e4bef0a939b63b5b876502d3650be (patch)
tree3896101418966234b78dec8ce877c26ea6bc021a /misc/screen
parent49dc3f73231f2d85ad6fd4ce260d83fe01c96b43 (diff)
downloadpkgsrc-8f92ec42524e4bef0a939b63b5b876502d3650be.tar.gz
Reducing the termcap buffer from 2048 to 1024 bytes breaks with the new
termcap code. Leaving it at 2048 is OK for older code, as that truncates the entry to 1024 bytes anyway.
Diffstat (limited to 'misc/screen')
-rw-r--r--misc/screen/patches/patch-af13
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/screen/patches/patch-af b/misc/screen/patches/patch-af
deleted file mode 100644
index 6cd7d408508..00000000000
--- a/misc/screen/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.2 1999/11/19 12:21:14 agc Exp $
-
---- os.h.orig Fri Nov 19 12:14:52 1999
-+++ os.h Fri Nov 19 12:14:52 1999
-@@ -517,7 +517,7 @@
- */
-
- #ifndef TERMCAP_BUFSIZE
--# define TERMCAP_BUFSIZE 2048
-+# define TERMCAP_BUFSIZE 1024
- #endif
-
- #ifndef MAXPATHLEN