Patch from Jeff Garzik marking a few 'getopt not needed' apps.
diff --git a/which.c b/which.c
index f9d51f2..1d75244 100644
--- a/which.c
+++ b/which.c
@@ -21,6 +21,7 @@
  *
  */
 
+/* getopt not needed */
 #include <string.h>
 #include <stdio.h>
 #include <stdlib.h>