summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache>2007-10-28 04:16:15 +0000
committerobache <obache>2007-10-28 04:16:15 +0000
commit53126858ec638074f6bdcaa0b44914533b5acd7a (patch)
treec78f3cde9a709db1690e12027a425dd7e6bb6452 /sysutils
parent7d37b748c9d8701268c40f9571b2de463ef6446f (diff)
downloadpkgsrc-53126858ec638074f6bdcaa0b44914533b5acd7a.tar.gz
Move patch location to maintain easy.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/skill/patches/patch-ac14
1 files changed, 8 insertions, 6 deletions
diff --git a/sysutils/skill/patches/patch-ac b/sysutils/skill/patches/patch-ac
index c0715d64823..d5f299a81d5 100644
--- a/sysutils/skill/patches/patch-ac
+++ b/sysutils/skill/patches/patch-ac
@@ -1,13 +1,15 @@
-$NetBSD: patch-ac,v 1.1 2007/10/27 02:52:23 obache Exp $
+$NetBSD: patch-ac,v 1.2 2007/10/28 04:16:15 obache Exp $
--- argparse.c.orig 2005-04-06 23:43:29.000000000 +0000
+++ argparse.c
-@@ -30,5 +30,8 @@ #undef NO_AEXTERN
+@@ -50,6 +50,10 @@ int Aflag = 0, Fflag = 0, Iflag = 0, Nfl
+ */
+ int SigsPerLine = 16;
- #include <stdio.h>
+#ifdef __STDC__
+#include <stdlib.h>
+#endif
- #include <ctype.h>
- #include <pwd.h>
-
++
+ /*
+ * ArgParse(argc, argv)
+ *