diff options
author | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 13:43:33 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-11 13:43:33 +0000 |
commit | df3f5d9dd51fa82a604ec559a75d3791a7b80ed5 (patch) | |
tree | b6c05d5088be1b1275d5422f8b002b9cd42ff1b7 /usr.bin/du/du.c | |
parent | 18dac96b7bf3831c3d8393ab93b391c2ca65e6a1 (diff) | |
download | src-df3f5d9dd51fa82a604ec559a75d3791a7b80ed5.tar.gz src-df3f5d9dd51fa82a604ec559a75d3791a7b80ed5.zip |
Merge from Lite2
Notes
Notes:
svn path=/head/; revision=23693
Diffstat (limited to 'usr.bin/du/du.c')
-rw-r--r-- | usr.bin/du/du.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 47f797fef129..c473e79a95eb 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -41,7 +41,7 @@ static char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)du.c 8.4 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif /* not lint */ #include <sys/param.h> @@ -54,6 +54,7 @@ static char sccsid[] = "@(#)du.c 8.4 (Berkeley) 4/1/94"; #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> int linkchk __P((FTSENT *)); void usage __P((void)); |