pkgsrc/misc/splitvt/patches/patch-aa
joerg 43b5d9ae83 Depend on errno.h for errno.
Don't depend on stdio and stdout to be static values, move the
initialisation to run time.
2005-11-10 18:25:42 +00:00

13 lines
298 B
Text

$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;