aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cut
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/cut
parent18dac96b7bf3831c3d8393ab93b391c2ca65e6a1 (diff)
Notes
Diffstat (limited to 'usr.bin/cut')
-rw-r--r--usr.bin/cut/cut.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cut/cut.c b/usr.bin/cut/cut.c
index 2c887ff787e4..15e1524e2e6e 100644
--- a/usr.bin/cut/cut.c
+++ b/usr.bin/cut/cut.c
@@ -41,7 +41,7 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)cut.c 8.1 (Berkeley) 6/6/93";
+static char sccsid[] = "@(#)cut.c 8.3 (Berkeley) 5/4/95";
#endif /* not lint */
#include <ctype.h>
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)cut.c 8.1 (Berkeley) 6/6/93";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
int cflag;
char dchar;