forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
301 B
C
11 lines
301 B
C
--- src/ccze-compat.c.orig Fri Sep 26 17:27:22 2003
|
|
+++ src/ccze-compat.c Fri Sep 26 17:27:39 2003
|
|
@@ -275,7 +275,7 @@
|
|
char **valuep)
|
|
{
|
|
int i = getsubopt (optionp, tokens, valuep);
|
|
-#if HAVE_SUBOPTARg
|
|
+#if HAVE_SUBOPTARG
|
|
if (!*valuep && suboptarg)
|
|
*valuep = strdup (suboptarg);
|
|
#endif
|