diff -u -p -r1.1.1.2 -r1.2
--- user/busybox/ifconfig.c	28 Jan 2003 18:02:14 -0000	1.1.1.2
+++ user/busybox/ifconfig.c	8 Feb 2004 20:30:51 -0000	1.2
@@ -441,6 +441,7 @@ int ifconfig_main(int argc, char **argv)
 			}
 		}
 	LOOP:
+		;
 	} /* end of while-loop */
 
 	return goterr;
diff -u -p -r1.1.1.1 low-linux.c
--- user/gdbserver/low-linux.c	22 Jan 2002 00:32:12 -0000	1.1.1.1
+++ user/gdbserver/low-linux.c	8 Feb 2004 20:40:34 -0000
@@ -66,7 +66,6 @@ extern char **environ;
 extern int errno;
 extern int inferior_pid;
 void quit (), perror_with_name ();
-int query ();
 
 /* Attach to an already running process */
 void attach_inferior(int pid) {
