summaryrefslogtreecommitdiff
path: root/misc/screen/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'misc/screen/patches/patch-ab')
-rw-r--r--misc/screen/patches/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/screen/patches/patch-ab b/misc/screen/patches/patch-ab
index 5fe19832331..de183678ff5 100644
--- a/misc/screen/patches/patch-ab
+++ b/misc/screen/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.10 2004/07/15 04:05:40 atatat Exp $
+$NetBSD: patch-ab,v 1.11 2005/03/29 07:02:25 kim Exp $
1. Check sys/stropts.h header
2. Always use varargs on NetBSD
--- config.h.in.orig 2003-12-05 08:59:39.000000000 -0500
-+++ config.h.in
++++ config.h.in 2005-03-29 01:58:39.000000000 -0500
@@ -431,6 +431,11 @@
#undef HAVE_DIRENT_H
@@ -27,7 +27,7 @@ $NetBSD: patch-ab,v 1.10 2004/07/15 04:05:40 atatat Exp $
+ * so force it on anyway.
+ */
+#undef USEVARARGS
-+#define USEVARARGS
++#define USEVARARGS 1
+#endif
+
/*