diff options
Diffstat (limited to 'devel/popt/patches/patch-af')
-rw-r--r-- | devel/popt/patches/patch-af | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/popt/patches/patch-af b/devel/popt/patches/patch-af new file mode 100644 index 00000000000..e7109ee5832 --- /dev/null +++ b/devel/popt/patches/patch-af @@ -0,0 +1,13 @@ +$NetBSD: patch-af,v 1.1 2003/11/24 19:13:19 gson Exp $ + +--- popt.c.orig 2002-08-22 07:17:44.000000000 -0700 ++++ popt.c +@@ -1153,7 +1153,7 @@ const char * poptBadOption(poptContext c + /*@=nullderef@*/ + } + +-const char *const poptStrerror(const int error) ++const char *poptStrerror(const int error) + { + switch (error) { + case POPT_ERROR_NOARG: |