=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strings/Attic/strings.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/strings/Attic/strings.c 2002/02/16 21:27:53 1.7 --- src/usr.bin/strings/Attic/strings.c 2002/09/23 04:10:14 1.8 *************** *** 1,4 **** ! /* $OpenBSD: strings.c,v 1.7 2002/02/16 21:27:53 millert Exp $ */ /* $NetBSD: strings.c,v 1.7 1995/02/15 15:49:19 jtc Exp $ */ /* --- 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 $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)strings.c 8.2 (Berkeley) 1/28/94"; #endif ! static char rcsid[] = "$OpenBSD: strings.c,v 1.7 2002/02/16 21:27:53 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.8 2002/09/23 04:10:14 millert Exp $"; #endif /* not lint */ #include *************** *** 244,249 **** --- 244,250 ---- putchar((char)ch); putchar('\n'); out: + ; } cnt = 0; }