=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/head/head.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/head/head.c 2002/02/16 21:27:46 1.8 +++ src/usr.bin/head/head.c 2002/03/14 16:44:24 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: head.c,v 1.8 2002/02/16 21:27:46 millert Exp $ */ +/* $OpenBSD: head.c,v 1.9 2002/03/14 16:44:24 mpech Exp $ */ /* * Copyright (c) 1980, 1987 Regents of the University of California. @@ -41,7 +41,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$OpenBSD: head.c,v 1.8 2002/02/16 21:27:46 millert Exp $"; +static char rcsid[] = "$OpenBSD: head.c,v 1.9 2002/03/14 16:44:24 mpech Exp $"; #endif /* not lint */ #include @@ -65,7 +65,7 @@ int argc; char **argv; { - register long cnt; + long cnt; int ch, firsttime; long linecnt = 10; char *inval = NULL, *p = NULL;