summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-27 17:44:33 +0000
committerwollman <wollman@FreeBSD.org>2002-10-27 17:44:33 +0000
commitf8a79b86e60824348bdbf59e8b89a05c7daaf6d2 (patch)
treec515d191c45e241621123bbd9bbb4eb3a4ca7a1a /usr.sbin/sysinstall
parente11ca3bf1ae8049b0bb5da0682f7cfc7969e3794 (diff)
downloadFreeBSD-src-f8a79b86e60824348bdbf59e8b89a05c7daaf6d2.zip
FreeBSD-src-f8a79b86e60824348bdbf59e8b89a05c7daaf6d2.tar.gz
Do not include <sys/syslimits.h> directly; it is not intended for general
consumption.
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/nfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/nfs.c b/usr.sbin/sysinstall/nfs.c
index 2f09637..96590cb 100644
--- a/usr.sbin/sysinstall/nfs.c
+++ b/usr.sbin/sysinstall/nfs.c
@@ -37,10 +37,11 @@
#include "sysinstall.h"
#include <sys/errno.h>
#include <sys/fcntl.h>
-#include <sys/syslimits.h>
#include <sys/param.h>
#include <sys/mount.h>
+#include <limits.h>
+
Boolean NFSMounted;
static char mountpoint[] = "/dist";
OpenPOWER on IntegriCloud