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 /findutils | |
parent | 3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332 (diff) |
Patch from Jeff Garzik marking a few 'getopt not needed' apps.
Diffstat (limited to 'findutils')
-rw-r--r-- | findutils/which.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/findutils/which.c b/findutils/which.c index f9d51f2f3..1d7524465 100644 --- a/findutils/which.c +++ b/findutils/which.c @@ -21,6 +21,7 @@ * */ +/* getopt not needed */ #include <string.h> #include <stdio.h> #include <stdlib.h> |