=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strings/Attic/strings.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/strings/Attic/strings.c 2002/09/23 04:10:14 1.8 --- src/usr.bin/strings/Attic/strings.c 2002/12/08 16:50:07 1.9 *************** *** 1,4 **** ! /* $OpenBSD: strings.c,v 1.8 2002/09/23 04:10:14 millert Exp $ */ /* $NetBSD: strings.c,v 1.7 1995/02/15 15:49:19 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: strings.c,v 1.9 2002/12/08 16:50:07 millert Exp $ */ /* $NetBSD: strings.c,v 1.7 1995/02/15 15:49:19 jtc Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94"; #endif ! static char rcsid[] = "$OpenBSD: strings.c,v 1.8 2002/09/23 04:10:14 millert Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94"; #endif ! static char rcsid[] = "$OpenBSD: strings.c,v 1.9 2002/12/08 16:50:07 millert Exp $"; #endif /* not lint */ #include *************** *** 103,109 **** offset_format = NULL; minlen = -1; maxlen = -1; ! while ((ch = getopt(argc, argv, "-0123456789an:m:oft:")) != -1) switch((char)ch) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9': --- 103,109 ---- offset_format = NULL; minlen = -1; maxlen = -1; ! while ((ch = getopt(argc, argv, "0123456789an:m:oft:-")) != -1) switch((char)ch) { case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7': case '8': case '9':