commit | 8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Mar 09 21:28:09 2001 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Mar 09 21:28:09 2001 +0000 |
tree | f9d8162943723e8ca80ec4ef76bdaa7284ebaf11 | |
parent | 3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332 [diff] [blame] |
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>