aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/stat
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-08-15 04:58:46 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-08-15 04:58:46 +0000
commit782ce2878134c6d2b486bf128482355754725c7c (patch)
treedf5b04e3ffc626e3236ce8efceebbfc670c91478 /usr.bin/stat
parentf3b2d59e1852f6d325b0d044f24af240597b3f63 (diff)
downloadsrc-782ce2878134c6d2b486bf128482355754725c7c.tar.gz
src-782ce2878134c6d2b486bf128482355754725c7c.zip
Notes
Diffstat (limited to 'usr.bin/stat')
-rw-r--r--usr.bin/stat/stat.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/stat/stat.c b/usr.bin/stat/stat.c
index 5d5f2a8dfffd..668fe3817e0e 100644
--- a/usr.bin/stat/stat.c
+++ b/usr.bin/stat/stat.c
@@ -38,19 +38,20 @@
#if 0
#ifndef lint
-__RCSID("$NetBSD: stat.c,v 1.6 2002/07/09 21:25:00 atatat Exp $");
+__RCSID("$NetBSD: stat.c,v 1.8 2002/08/13 20:15:06 atatat Exp $");
#endif
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/syslimits.h>
#include <ctype.h>
#include <err.h>
#include <grp.h>
+#include <limits.h>
#include <pwd.h>
#include <stdio.h>
#include <stdlib.h>