diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-15 11:02:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-15 11:02:45 +0000 |
| commit | b4d78d8182e19832fa2b7c6e5317adde90f8ed20 (patch) | |
| tree | fd89183c429c9c9b2236abb4ea705c39cdabdbe3 /usr.bin | |
| parent | 4370d183038c1539ceec0d4fb3530697aa8b8963 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/look/look.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c index 41e72d4107bf..452cd845d47b 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.3.2.2 1997/08/29 05:29:32 imp Exp $"; + "$Id: look.c,v 1.3.2.3 1997/09/15 08:32: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, ""); |
