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
commit9198a663b68613226b9311b23a2fbc76331de38b (patch)
tree3896101418966234b78dec8ce877c26ea6bc021a /misc/screen
parent3c7ccb31c0173e18c32b76032a01758b51c70abf (diff)
downloadpkgsrc-9198a663b68613226b9311b23a2fbc76331de38b.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