summaryrefslogtreecommitdiff
path: root/x11/vte/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/vte/patches/patch-ac')
-rw-r--r--x11/vte/patches/patch-ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/vte/patches/patch-ac b/x11/vte/patches/patch-ac
deleted file mode 100644
index 22465cdfdfe..00000000000
--- a/x11/vte/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2003/12/13 17:54:15 xtraeme Exp $
-
---- src/xticker.c.orig 2003-10-03 12:21:49.000000000 +0200
-+++ src/xticker.c 2003-10-03 12:22:17.000000000 +0200
-@@ -49,6 +49,8 @@
- long length = DEFAULT_WIDTH, delay = DEFAULT_DELAY, fd, i, j;
- int c;
- struct stat st;
-+ extern char *optarg;
-+ extern int optind;
- char *buffer, *outbuf;
-
- while ((c = getopt(argc, argv, "d:w:")) != -1) {