diff options
Diffstat (limited to 'usr.bin/look')
-rw-r--r-- | usr.bin/look/look.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 31d4e3c..4a6cf4b 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$"; + "$Id: look.c,v 1.7 1997/07/23 06:46:10 charnier Exp $"; #endif /* not lint */ /* @@ -105,7 +105,8 @@ main(argc, argv) { struct stat sb; int ch, fd, termchar; - unsigned char *back, *file, *front, *string, *p; + unsigned char *back, *file, *string, *p; + caddr_t front; (void) setlocale(LC_CTYPE, ""); |