revert: The warning was supposed to irritate someone into fixing this.

This commit is contained in:
Jordan K. Hubbard 1997-09-15 11:02:10 +00:00
parent 65de42dc08
commit d03802742b

View File

@ -45,7 +45,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
"$Id: look.c,v 1.7 1997/07/23 06:46:10 charnier Exp $";
"$Id: look.c,v 1.8 1997/09/15 08:31:20 jkh Exp $";
#endif /* not lint */
/*
@ -105,8 +105,7 @@ main(argc, argv)
{
struct stat sb;
int ch, fd, termchar;
unsigned char *back, *file, *string, *p;
caddr_t front;
unsigned char *back, *file, *front, *string, *p;
(void) setlocale(LC_CTYPE, "");