diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-27 17:44:33 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2002-10-27 17:44:33 +0000 |
| commit | 688dfe4533bf3e4087fd3d229282b4ba19cf0216 (patch) | |
| tree | c515d191c45e241621123bbd9bbb4eb3a4ca7a1a /usr.sbin/sysinstall | |
| parent | cfe6d7e9130bee5de0e6808fbb71764c60a80a52 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/nfs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/nfs.c b/usr.sbin/sysinstall/nfs.c index 2f096377b6fe..96590cb84ef5 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"; |
