Cleanup patch by Bernhard Fischer, removing unnecessary includes of

getopt.h, whitespace changes, typos, etc.
This commit is contained in:
Rob Landley
2005-09-11 01:05:30 +00:00
parent db289b258d
commit b7128c6236
23 changed files with 20 additions and 36 deletions

View File

@ -30,7 +30,7 @@
#include <grp.h>
#include <sys/vfs.h>
#include <time.h>
#include <getopt.h>
#include <getopt.h> /* optind */
#include <sys/stat.h>
#include <sys/statfs.h>
#include <sys/statvfs.h>