svn commit: trunk/busybox/libbb

vodz at busybox.net vodz at busybox.net
Mon Jan 9 13:28:33 UTC 2006


Author: vodz
Date: 2006-01-09 05:28:31 -0800 (Mon, 09 Jan 2006)
New Revision: 13201

Log:
removed a warning about an unused pargv in bb_getopt_ulflags. Noticed by Tito

Modified:
   trunk/busybox/libbb/getopt_ulflags.c


Changeset:
Modified: trunk/busybox/libbb/getopt_ulflags.c
===================================================================
--- trunk/busybox/libbb/getopt_ulflags.c	2006-01-09 06:50:01 UTC (rev 13200)
+++ trunk/busybox/libbb/getopt_ulflags.c	2006-01-09 13:28:31 UTC (rev 13201)
@@ -294,7 +294,9 @@
 	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;
 




More information about the busybox-cvs mailing list