diff options
-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; |