summaryrefslogtreecommitdiff
path: root/devel/popt/patches/patch-af
blob: e7109ee5832e4ab9d79c906bb9729d14a3be033a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: