[BusyBox-cvs] busybox/miscutils devfsd.c,1.2,1.3
Tim Riker
timr at busybox.net
Fri Oct 17 18:54:59 UTC 2003
Update of /var/cvs/busybox/miscutils
In directory winder:/tmp/cvs-serv29668/miscutils
Modified Files:
devfsd.c
Log Message:
old gcc
Index: devfsd.c
===================================================================
RCS file: /var/cvs/busybox/miscutils/devfsd.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- devfsd.c 9 Oct 2003 21:02:23 -0000 1.2
+++ devfsd.c 17 Oct 2003 18:54:55 -0000 1.3
@@ -830,6 +830,9 @@
char largv[MAX_ARGS + 1][STRING_LENGTH];
#ifdef CONFIG_DEVFSD_DEBUG
+ int i;
+ char buff[1024];
+
msg_logger( NO_DIE, LOG_INFO, "action_execute()\n");
#endif
@@ -847,9 +850,6 @@
argv[count] = NULL;
#ifdef CONFIG_DEVFSD_DEBUG
- int i;
- char buff[1024];
-
buff[0]='\0';
for(i=0;argv[i]!=NULL;i++) /* argv[i] < MAX_ARGS + 1 */
{
More information about the busybox-cvs
mailing list