diff options
author | tron <tron@pkgsrc.org> | 1999-04-23 18:24:39 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-23 18:24:39 +0000 |
commit | 4c7f62f0bbdd1722518c3d40864dd3b920ca769f (patch) | |
tree | 0582801bf3abe3aa08162915f63c5bb0c2b93818 /misc/screen | |
parent | dd40fa824df8f9f2f998bbc93d8039ad280ed046 (diff) | |
download | pkgsrc-4c7f62f0bbdd1722518c3d40864dd3b920ca769f.tar.gz |
Make sure that "screen" recognizes termcap buffer overflow.
Patch supplied by Joel Reicher in PR pkg/7454.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/patches/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/screen/patches/patch-af b/misc/screen/patches/patch-af new file mode 100644 index 00000000000..3cb128fac4e --- /dev/null +++ b/misc/screen/patches/patch-af @@ -0,0 +1,11 @@ +$NetBSD: patch-af,v 1.1 1999/04/23 18:24:39 tron Exp $ + +--- os.h.orig Wed Nov 25 01:39:31 1998 ++++ os.h Wed Apr 21 11:20:09 1999 +@@ -487,7 +487,7 @@ + */ + + #ifndef TERMCAP_BUFSIZE +-# define TERMCAP_BUFSIZE 2048 ++# define TERMCAP_BUFSIZE 1024 + #endif |