summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-15 11:02:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-15 11:02:45 +0000
commitb4d78d8182e19832fa2b7c6e5317adde90f8ed20 (patch)
treefd89183c429c9c9b2236abb4ea705c39cdabdbe3 /usr.bin
parent4370d183038c1539ceec0d4fb3530697aa8b8963 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/look/look.c5
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, "");