diff options
author | jdc <jdc@pkgsrc.org> | 2000-05-16 20:27:34 +0000 |
---|---|---|
committer | jdc <jdc@pkgsrc.org> | 2000-05-16 20:27:34 +0000 |
commit | 087095aed001f27c912a0aa74912abe6dd43d58e (patch) | |
tree | 3896101418966234b78dec8ce877c26ea6bc021a /misc/screen | |
parent | 456054a6c3df3cf83053f217215313770a5f8270 (diff) | |
download | pkgsrc-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-af | 13 |
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 |