diff options
author | tron <tron> | 1999-04-23 18:24:39 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-23 18:24:39 +0000 |
commit | 11f67423d8a882b6b9d9190452fb359c5fe5cbcb (patch) | |
tree | 0582801bf3abe3aa08162915f63c5bb0c2b93818 /misc/screen/patches | |
parent | c9efad80b762672ebe9825e3a928e198bb24a473 (diff) | |
download | pkgsrc-11f67423d8a882b6b9d9190452fb359c5fe5cbcb.tar.gz |
Make sure that "screen" recognizes termcap buffer overflow.
Patch supplied by Joel Reicher in PR pkg/7454.
Diffstat (limited to 'misc/screen/patches')
-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 |