summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_export.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
committerbde <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
commit6be005551ffd1ace2f7ba1934a910737f2e59575 (patch)
treec792cf83bf1989913aff1a9967b41c251bcbbe19 /sys/kern/vfs_export.c
parent9b3b0bd641dd507fae1fb2833ed51ddb5dbd9b8b (diff)
downloadFreeBSD-src-6be005551ffd1ace2f7ba1934a910737f2e59575.zip
FreeBSD-src-6be005551ffd1ace2f7ba1934a910737f2e59575.tar.gz
#include <machine/limits.h> explicitly in the few places that it is required.
Diffstat (limited to 'sys/kern/vfs_export.c')
-rw-r--r--sys/kern/vfs_export.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c
index 6b55c85..7f01c7b 100644
--- a/sys/kern/vfs_export.c
+++ b/sys/kern/vfs_export.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
- * $Id: vfs_subr.c,v 1.90 1997/08/04 07:43:28 dyson Exp $
+ * $Id: vfs_subr.c,v 1.91 1997/08/16 19:15:08 wollman Exp $
*/
/*
@@ -63,6 +63,8 @@
#include <sys/mbuf.h>
#include <sys/dirent.h>
+#include <machine/limits.h>
+
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_object.h>
OpenPOWER on IntegriCloud