=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/arch/arch.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/arch/arch.c 2003/07/10 00:06:50 1.9 --- src/usr.bin/arch/arch.c 2004/03/08 19:02:00 1.10 *************** *** 24,30 **** */ #ifndef lint ! static char rcsid[] = "$OpenBSD: arch.c,v 1.9 2003/07/10 00:06:50 david Exp $"; #endif /* not lint */ #include --- 24,30 ---- */ #ifndef lint ! static char rcsid[] = "$OpenBSD: arch.c,v 1.10 2004/03/08 19:02:00 deraadt Exp $"; #endif /* not lint */ #include *************** *** 62,79 **** } while ((c = getopt(argc, argv, opts)) != -1) switch (c) { ! case 'a': ! arch = MACHINE_ARCH; ! break; ! case 'k': ! arch = MACHINE; ! break; ! case 's': ! short_form++; ! break; ! default: ! usage(); ! /* NOTREACHED */ } if (optind != argc) { usage(); --- 62,79 ---- } while ((c = getopt(argc, argv, opts)) != -1) switch (c) { ! case 'a': ! arch = MACHINE_ARCH; ! break; ! case 'k': ! arch = MACHINE; ! break; ! case 's': ! short_form++; ! break; ! default: ! usage(); ! /* NOTREACHED */ } if (optind != argc) { usage();