[BusyBox-cvs] busybox/debianutils which.c,1.4,1.5
Erik Andersen
andersen at busybox.net
Wed Oct 22 11:36:59 UTC 2003
Update of /var/cvs/busybox/debianutils
In directory winder:/tmp/cvs-serv13622/debianutils
Modified Files:
which.c
Log Message:
sigh
Index: which.c
===================================================================
RCS file: /var/cvs/busybox/debianutils/which.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- which.c 22 Oct 2003 10:37:04 -0000 1.4
+++ which.c 22 Oct 2003 11:36:55 -0000 1.5
@@ -58,10 +58,10 @@
}
while(argc-- > 0) {
+ char *buf;
path_n = path_list;
argv++;
found = 0;
- char *buf;
/*
* Check if we were given the full path, first.
More information about the busybox-cvs
mailing list