diff options
author | tv <tv@pkgsrc.org> | 1998-08-16 21:53:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-16 21:53:15 +0000 |
commit | ead1e3e8c700b6c1eebcf6486572bdb1edada7f0 (patch) | |
tree | b4a480a53356e6e2bfd6f35653bf4d04a324fb8c /misc | |
parent | 94759e432186e87d434b90a5a59e3ef4612921d5 (diff) | |
download | pkgsrc-ead1e3e8c700b6c1eebcf6486572bdb1edada7f0.tar.gz |
Typo: set loadnum to 3.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/screen/patches/patch-ad | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/screen/patches/patch-ad b/misc/screen/patches/patch-ad index 7d98ec94b2c..56551055ab3 100644 --- a/misc/screen/patches/patch-ad +++ b/misc/screen/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.3 1998/08/07 13:57:34 tv Exp $ +$NetBSD: patch-ad,v 1.4 1998/08/16 21:53:15 tv Exp $ --- configure.orig Fri May 2 10:37:26 1997 -+++ configure Thu Aug 6 08:29:37 1998 -@@ -2096,36 +2096,8 @@ ++++ configure Sun Aug 16 17:47:27 1998 +@@ -2096,36 +2096,9 @@ _CUT_HERE_ @@ -34,12 +34,12 @@ $NetBSD: patch-ad,v 1.3 1998/08/07 13:57:34 tv Exp $ -#ifdef alliant -loadnum=4 -#else --loadnum=3 + loadnum=3 -#endif EOF $CPP $DEFS conftest.c 2>/dev/null | sed -e '1,/_CUT_HERE_/d' > conftest.out -@@ -2620,17 +2592,6 @@ +@@ -2620,17 +2593,6 @@ rm -f /tmp/conftest* test -n "$silent" || echo "checking for vsprintf" @@ -57,7 +57,7 @@ $NetBSD: patch-ad,v 1.3 1998/08/07 13:57:34 tv Exp $ test -n "$verbose" && \ echo " defining USEVARARGS" echo "#define" USEVARARGS "1" >> confdefs.h -@@ -2639,12 +2600,6 @@ +@@ -2639,12 +2601,6 @@ \${ac_uA}USEVARARGS\${ac_uB}USEVARARGS\${ac_uC}1\${ac_uD} \${ac_eA}USEVARARGS\${ac_eB}USEVARARGS\${ac_eC}1\${ac_eD} " |