aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2003-04-29 13:36:06 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2003-04-29 13:36:06 +0000
commit104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16 (patch)
tree9f5fdcd6775a2bfa21ddfc84568b82ecb2815a2b /sys/vm/vm_glue.c
parent5364715a0e35f79cb225534d58c3aa54dacfa18b (diff)
downloadsrc-104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16.tar.gz
src-104a9b7e3edbd88cdda0698c5c77a2ad6dafcc16.zip
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>
Notes
Notes: svn path=/head/; revision=114216
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index 765f23c64660..cd00c3345c26 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -66,6 +66,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/limits.h>
#include <sys/lock.h>
#include <sys/mutex.h>
#include <sys/proc.h>
@@ -79,8 +80,6 @@
#include <sys/ktr.h>
#include <sys/unistd.h>
-#include <machine/limits.h>
-
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/pmap.h>