Patch from Jeff Garzik marking a few 'getopt not needed' apps.

This commit is contained in:
Eric Andersen
2001-03-09 21:28:09 +00:00
parent 3e6ff9017f
commit 8d4c397d9d
9 changed files with 16 additions and 0 deletions

View File

@ -20,6 +20,8 @@
*
*/
/* getopt not needed */
#include <stdio.h>
#include <fcntl.h>
#include <unistd.h>