diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-03-09 21:28:09 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-03-09 21:28:09 +0000 |
| commit | 8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d (patch) | |
| tree | f9d8162943723e8ca80ec4ef76bdaa7284ebaf11 /miscutils | |
| parent | 3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332 (diff) | |
| download | busybox-w32-8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d.tar.gz busybox-w32-8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d.tar.bz2 busybox-w32-8d4c397d9d551a9a91f0855e1ca48a5ed4130e7d.zip | |
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
Diffstat (limited to 'miscutils')
| -rw-r--r-- | miscutils/watchdog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index 5b5fd6953..f0b0ebd0e 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
| @@ -20,6 +20,8 @@ | |||
| 20 | * | 20 | * |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | /* getopt not needed */ | ||
| 24 | |||
| 23 | #include <stdio.h> | 25 | #include <stdio.h> |
| 24 | #include <fcntl.h> | 26 | #include <fcntl.h> |
| 25 | #include <unistd.h> | 27 | #include <unistd.h> |
