summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-08-15 04:58:46 +0000
committerdougb <dougb@FreeBSD.org>2002-08-15 04:58:46 +0000
commitbf0a4d70279b4adcfeb023b87152c4bb34fbad8d (patch)
treedf5b04e3ffc626e3236ce8efceebbfc670c91478 /usr.bin
parente4af9029cce2e19945be82d95c075561d2e80ae9 (diff)
downloadFreeBSD-src-bf0a4d70279b4adcfeb023b87152c4bb34fbad8d.zip
FreeBSD-src-bf0a4d70279b4adcfeb023b87152c4bb34fbad8d.tar.gz
I was too conservative with my header changes, so restore some sanity
via bde. atatat@NetBSD.org made basically the same change in their version, so bring over their CVS Id which I neglected last time. Obtained from: bde, Andrew Brown <atatat@NetBSD.org>
Diffstat (limited to 'usr.bin')
-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 5d5f2a8..668fe38 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>
OpenPOWER on IntegriCloud