diff options
Diffstat (limited to 'usr.sbin/apmconf/apmconf.c')
-rw-r--r-- | usr.sbin/apmconf/apmconf.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/apmconf/apmconf.c b/usr.sbin/apmconf/apmconf.c index f3e1376..b589033 100644 --- a/usr.sbin/apmconf/apmconf.c +++ b/usr.sbin/apmconf/apmconf.c @@ -5,9 +5,9 @@ * * This software may be used, modified, copied, distributed, and sold, * in both source and binary form provided that the above copyright and - * these terms are retained. Under no circumstances is the author - * responsible for the proper functioning of this software, nor does - * the author assume any responsibility for damages incurred with its + * these terms are retained. Under no circumstances is the author + * responsible for the proper functioning of this software, nor does + * the author assume any responsibility for damages incurred with its * use. * * Sep., 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) @@ -27,7 +27,7 @@ static int haltcpu = 0, nothaltcpu = 0; static int main_argc; static char **main_argv; -static void +static void parse_option(void) { int i, option; @@ -120,8 +120,8 @@ nothaltcpu_apm(int dh) exit(1); } } -int -main(int argc, char *argv[]) +int +main(int argc, char *argv[]) { int i, dh; FILE *fp; |