Patch from Jeff Garzik marking a few 'getopt not needed' apps.
diff --git a/watchdog.c b/watchdog.c
index 5b5fd69..f0b0ebd 100644
--- a/watchdog.c
+++ b/watchdog.c
@@ -20,6 +20,8 @@
  *
  */
 
+/* getopt not needed */
+
 #include <stdio.h>
 #include <fcntl.h>
 #include <unistd.h>