diff options
author | 2004-05-09 03:20:45 +0000 | |
---|---|---|
committer | 2004-05-09 03:20:45 +0000 | |
commit | 15595a2eee29479759741ab81634e6e735b5eda0 (patch) | |
tree | e757542cb21cce78d55109b2b717f43bc0ed5b8f /usr.bin/arch/arch.c | |
parent | spacing (diff) | |
download | wireguard-openbsd-15595a2eee29479759741ab81634e6e735b5eda0.tar.xz wireguard-openbsd-15595a2eee29479759741ab81634e6e735b5eda0.zip |
compress code
Diffstat (limited to 'usr.bin/arch/arch.c')
-rw-r--r-- | usr.bin/arch/arch.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/arch/arch.c b/usr.bin/arch/arch.c index 2a4f7fadcfb..93eec651617 100644 --- a/usr.bin/arch/arch.c +++ b/usr.bin/arch/arch.c @@ -24,7 +24,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: arch.c,v 1.10 2004/03/08 19:02:00 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: arch.c,v 1.11 2004/05/09 03:20:45 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -43,11 +43,9 @@ static int machine; int main(int argc, char *argv[]) { - char *arch; - char *opts; - int c; - int short_form = 0; extern char *__progname; + int short_form = 0, c; + char *arch, *opts; setlocale(LC_ALL, ""); |