diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-08-21 18:02:30 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-08-21 18:02:30 +0000 |
commit | 2f215cc14e73e4156ab2280fef9ba73d2518ad31 (patch) | |
tree | 5d90ce295f1ca204d2651cf66c88f5167a1cca0a /usr.bin/arch/arch.c | |
parent | 61774453960ab542eec0f7830c433fc17e6eed36 (diff) |
Let arch compile again...
Diffstat (limited to 'usr.bin/arch/arch.c')
-rw-r--r-- | usr.bin/arch/arch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/arch/arch.c b/usr.bin/arch/arch.c index 7ca08302fc2..41c6eb60438 100644 --- a/usr.bin/arch/arch.c +++ b/usr.bin/arch/arch.c @@ -29,7 +29,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: arch.c,v 1.4 1999/08/20 09:20:39 millert Exp $"; +static char rcsid[] = "$OpenBSD: arch.c,v 1.5 1999/08/21 18:02:29 espie Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -48,7 +48,6 @@ main(argc, argv) int argc; char *argv[]; { - struct utsname uts; char *arch; char *opts; int c; |