summaryrefslogtreecommitdiff
path: root/misc/multitail/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/multitail/patches/patch-af')
-rw-r--r--misc/multitail/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/multitail/patches/patch-af b/misc/multitail/patches/patch-af
new file mode 100644
index 00000000000..4486461978f
--- /dev/null
+++ b/misc/multitail/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2006/06/25 00:01:44 hubertf Exp $
+
+--- misc.c.orig 2006-06-12 21:45:57.000000000 +0200
++++ misc.c
+@@ -63,7 +63,7 @@ void info(void)
+
+ escape_print(mywin, 16, 2, "_Press any key to exit this screen_");
+
+-#if defined(__FreeBSD__) || defined(linux) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(sun) || defined(__sun) || defined(__GNU__)
++#if defined(__FreeBSD__) || defined(linux) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__APPLE__) || defined(sun) || defined(__sun) || defined(__GNU__) || defined(__DragonFly__)
+ for(;;)
+ {
+ int run_time = time(NULL) - mt_started;