projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5184336
)
removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito
author
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Mon, 9 Jan 2006 13:28:31 +0000
(13:28 -0000)
committer
"Vladimir N. Oleynik"
<dzo@simtreas.ru>
Mon, 9 Jan 2006 13:28:31 +0000
(13:28 -0000)
libbb/getopt_ulflags.c
patch
|
blob
|
history
diff --git
a/libbb/getopt_ulflags.c
b/libbb/getopt_ulflags.c
index 376893fc85b708e1d2321ca877f731356dfd27e7..f18ee2d2da0ed28651f05604cd1b877ef8c8e367 100644
(file)
--- a/
libbb/getopt_ulflags.c
+++ b/
libbb/getopt_ulflags.c
@@
-294,7
+294,9
@@
bb_getopt_ulflags (int argc, char **argv, const char *applet_opts, ...)
va_list p;
const struct option *l_o;
unsigned long trigger;
+#ifdef CONFIG_PS
char **pargv = NULL;
+#endif
int min_arg = 0;
int max_arg = -1;