summaryrefslogtreecommitdiff
path: root/x11/vte/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/vte/patches/patch-af')
-rw-r--r--x11/vte/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/vte/patches/patch-af b/x11/vte/patches/patch-af
new file mode 100644
index 00000000000..560844a250d
--- /dev/null
+++ b/x11/vte/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2004/05/07 11:13:16 jmmv Exp $
+
+--- src/slowcat.c.orig 2004-04-27 22:48:17.000000000 +0200
++++ src/slowcat.c
+@@ -81,6 +81,8 @@ main(int argc, char **argv)
+ int i, c;
+ long delay = 200000, chunksize = 1, tmp;
+ char *p;
++ extern char *optarg;
++ extern int optind;
+ GList *files = NULL, *file;
+
+ while ((c = getopt(argc, argv, "t:c:")) != -1) {