=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/head/head.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/head/head.c 2000/11/07 02:45:42 1.6 +++ src/usr.bin/head/head.c 2001/07/04 06:31:25 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: head.c,v 1.6 2000/11/07 02:45:42 kevlo Exp $ */ +/* $OpenBSD: head.c,v 1.7 2001/07/04 06:31:25 deraadt Exp $ */ /* * Copyright (c) 1980, 1987 Regents of the University of California. @@ -41,13 +41,14 @@ #ifndef lint /*static char sccsid[] = "from: @(#)head.c 5.5 (Berkeley) 6/1/90";*/ -static char rcsid[] = "$OpenBSD: head.c,v 1.6 2000/11/07 02:45:42 kevlo Exp $"; +static char rcsid[] = "$OpenBSD: head.c,v 1.7 2001/07/04 06:31:25 deraadt Exp $"; #endif /* not lint */ #include #include #include #include +#include #include #include @@ -68,7 +69,6 @@ int ch, firsttime; long linecnt = 10; char *inval = NULL, *p = NULL; - size_t len; /* handle obsolete -number syntax */ if (argc > 1 && argv[1][0] == '-' && isdigit(argv[1][1])) {