b7c513b88f
"/usr/pkg/include/popt.h:444: warning: type qualifiers ignored on function return type" every time popt.h was included.
13 lines
356 B
Text
13 lines
356 B
Text
$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:
|