=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ar/Attic/ar.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/ar/Attic/ar.c 1996/06/26 05:31:18 1.2 --- src/usr.bin/ar/Attic/ar.c 1997/01/15 23:42:11 1.3 *************** *** 1,4 **** ! /* $OpenBSD: ar.c,v 1.2 1996/06/26 05:31:18 deraadt Exp $ */ /* $NetBSD: ar.c,v 1.5 1995/03/26 03:27:44 glass Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: ar.c,v 1.3 1997/01/15 23:42:11 millert Exp $ */ /* $NetBSD: ar.c,v 1.5 1995/03/26 03:27:44 glass Exp $ */ /*- *************** *** 47,53 **** #if 0 static char sccsid[] = "@(#)ar.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: ar.c,v 1.2 1996/06/26 05:31:18 deraadt Exp $"; #endif #endif /* not lint */ --- 47,53 ---- #if 0 static char sccsid[] = "@(#)ar.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: ar.c,v 1.3 1997/01/15 23:42:11 millert Exp $"; #endif #endif /* not lint */ *************** *** 101,107 **** argv[1] = p; } ! while ((c = getopt(argc, argv, "abcdilmopqrTtuvx")) != EOF) { switch(c) { case 'a': options |= AR_A; --- 101,107 ---- argv[1] = p; } ! while ((c = getopt(argc, argv, "abcdilmopqrTtuvx")) != -1) { switch(c) { case 'a': options |= AR_A;