summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_syscalls.c
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2003-04-29 13:36:06 +0000
committerkan <kan@FreeBSD.org>2003-04-29 13:36:06 +0000
commit9468fdaf14ab3e5212aac4e764e4616b726ec850 (patch)
tree9f5fdcd6775a2bfa21ddfc84568b82ecb2815a2b /sys/kern/vfs_syscalls.c
parent4e1e1a4c31b3be0a9725f0b26280f63c5315d606 (diff)
downloadFreeBSD-src-9468fdaf14ab3e5212aac4e764e4616b726ec850.zip
FreeBSD-src-9468fdaf14ab3e5212aac4e764e4616b726ec850.tar.gz
Deprecate machine/limits.h in favor of new sys/limits.h.
Change all in-tree consumers to include <sys/limits.h> Discussed on: standards@ Partially submitted by: Craig Rodrigues <rodrigc@attbi.com>
Diffstat (limited to 'sys/kern/vfs_syscalls.c')
-rw-r--r--sys/kern/vfs_syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_syscalls.c b/sys/kern/vfs_syscalls.c
index 21b2046..5d41208 100644
--- a/sys/kern/vfs_syscalls.c
+++ b/sys/kern/vfs_syscalls.c
@@ -58,6 +58,7 @@
#include <sys/kernel.h>
#include <sys/fcntl.h>
#include <sys/file.h>
+#include <sys/limits.h>
#include <sys/linker.h>
#include <sys/stat.h>
#include <sys/sx.h>
@@ -70,7 +71,6 @@
#include <sys/syscallsubr.h>
#include <sys/sysctl.h>
-#include <machine/limits.h>
#include <machine/stdarg.h>
#include <vm/vm.h>
OpenPOWER on IntegriCloud