aboutsummaryrefslogtreecommitdiff
path: root/mail/ifile/files/patch-argp_argp.h
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:41:33 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-07-14 02:41:33 +0000
commit97cde34830e799a992fb44166190303e823cf7de (patch)
tree9289e51e8add4eb05fef43074ee2fc38b0052d12 /mail/ifile/files/patch-argp_argp.h
parent51de64b4e763b7f2565cbbc9cfbef7e6e052a792 (diff)
Notes
Diffstat (limited to 'mail/ifile/files/patch-argp_argp.h')
-rw-r--r--mail/ifile/files/patch-argp_argp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ifile/files/patch-argp_argp.h b/mail/ifile/files/patch-argp_argp.h
new file mode 100644
index 000000000000..d9493d2995b2
--- /dev/null
+++ b/mail/ifile/files/patch-argp_argp.h
@@ -0,0 +1,11 @@
+--- argp/argp.h.orig Tue Jun 10 23:09:27 2003
++++ argp/argp.h Mon Jul 7 04:31:41 2003
+@@ -352,7 +352,7 @@
+ #define ARGP_NO_EXIT 0x20
+
+ /* Use the gnu getopt `long-only' rules for parsing arguments. */
+-#define ARGP_LONG_ONLY 0x40
++#define ARGP_LONG_ONLY 0x00
+
+ /* Turns off any message-printing/exiting options. */
+ #define ARGP_SILENT (ARGP_NO_EXIT | ARGP_NO_ERRS | ARGP_NO_HELP)