summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2007-10-28 04:16:15 +0000
committerobache <obache@pkgsrc.org>2007-10-28 04:16:15 +0000
commit04162c30951caab27d76c14ffc044949e81e3abd (patch)
treec78f3cde9a709db1690e12027a425dd7e6bb6452 /sysutils
parent804a10c35827c05e23b0a5bef03db26d290084b9 (diff)
downloadpkgsrc-04162c30951caab27d76c14ffc044949e81e3abd.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)
+ *