summaryrefslogtreecommitdiff
path: root/misc/screen
diff options
context:
space:
mode:
authorjdc <jdc@pkgsrc.org>2000-05-16 20:27:34 +0000
committerjdc <jdc@pkgsrc.org>2000-05-16 20:27:34 +0000
commit087095aed001f27c912a0aa74912abe6dd43d58e (patch)
tree3896101418966234b78dec8ce877c26ea6bc021a /misc/screen
parent456054a6c3df3cf83053f217215313770a5f8270 (diff)
downloadpkgsrc-087095aed001f27c912a0aa74912abe6dd43d58e.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