diff options
Diffstat (limited to 'misc/splitvt/patches/patch-aa')
-rw-r--r-- | misc/splitvt/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/splitvt/patches/patch-aa b/misc/splitvt/patches/patch-aa new file mode 100644 index 00000000000..2049b5e1151 --- /dev/null +++ b/misc/splitvt/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2005/11/10 18:25:42 joerg Exp $ + +--- splitvt.c.orig 2005-11-10 18:17:36.000000000 +0000 ++++ splitvt.c +@@ -102,7 +102,7 @@ main(argc, argv) + int argc; + char *argv[]; + { +- extern int errno, optind; ++ extern int optind; + extern char *optarg; + + int i, len, maxfds, numready; |