Another update from Larry:
[oweals/busybox.git] / which.c
diff --git a/which.c b/which.c
index f9d51f2f33836382be0f18898ae61dbd0854857e..1d75244654571c73923d20a97c0aa4473cab74fc 100644 (file)
--- a/which.c
+++ b/which.c
@@ -21,6 +21,7 @@
  *
  */
 
+/* getopt not needed */
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>