commit | b7128c6236ac9b4d5d69ad95d509498f38df0dd6 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sun Sep 11 01:05:30 2005 +0000 |
committer | Rob Landley <rob@landley.net> | Sun Sep 11 01:05:30 2005 +0000 |
tree | 0358a910b954c6c7fdcaddf389693a0c2e96ef70 | |
parent | db289b258de53bdcea7d671f854aafbb490321df [diff] [blame] |
Cleanup patch by Bernhard Fischer, removing unnecessary includes of getopt.h, whitespace changes, typos, etc.
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 5806f21..6b4989d 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c
@@ -24,7 +24,7 @@ #include <sys/types.h> #include <fcntl.h> #include <stdio.h> -#include <getopt.h> +#include <getopt.h> /* struct option */ #include "busybox.h"