aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/look/look.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-03-11 13:43:33 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-03-11 13:43:33 +0000
commitdf3f5d9dd51fa82a604ec559a75d3791a7b80ed5 (patch)
treeb6c05d5088be1b1275d5422f8b002b9cd42ff1b7 /usr.bin/look/look.c
parent18dac96b7bf3831c3d8393ab93b391c2ca65e6a1 (diff)
downloadsrc-df3f5d9dd51fa82a604ec559a75d3791a7b80ed5.tar.gz
src-df3f5d9dd51fa82a604ec559a75d3791a7b80ed5.zip
Merge from Lite2
Notes
Notes: svn path=/head/; revision=23693
Diffstat (limited to 'usr.bin/look/look.c')
-rw-r--r--usr.bin/look/look.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/look/look.c b/usr.bin/look/look.c
index daef12fd4361..da972bd52185 100644
--- a/usr.bin/look/look.c
+++ b/usr.bin/look/look.c
@@ -41,7 +41,7 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/14/93";
+static char sccsid[] = "@(#)look.c 8.2 (Berkeley) 5/4/95";
#endif /* not lint */
/*
@@ -58,12 +58,15 @@ static char sccsid[] = "@(#)look.c 8.1 (Berkeley) 6/14/93";
#include <limits.h>
#include <locale.h>
+#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <ctype.h>
+#include <unistd.h>
+
#include "pathnames.h"
/*