From ec064bd1398692bb8dec84c3134dba783d445e9b Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 15 Sep 1997 11:02:10 +0000 Subject: revert: The warning was supposed to irritate someone into fixing this. --- usr.bin/look/look.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/look') diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 4a6cf4b..2f7101d 100644 --- a/usr.bin/look/look.c +++ b/usr.bin/look/look.c @@ -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, ""); -- cgit v1.1