aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/sio.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/pc98/cbus/sio.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/pc98/cbus/sio.c')
-rw-r--r--sys/pc98/cbus/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index a9213eec67c3..b571fefa4d46 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -119,6 +119,7 @@
#include <sys/fcntl.h>
#include <sys/interrupt.h>
#include <sys/kernel.h>
+#include <sys/limits.h>
#include <sys/lock.h>
#include <sys/malloc.h>
#include <sys/module.h>
@@ -135,7 +136,6 @@
#include <isa/isavar.h>
-#include <machine/limits.h>
#include <machine/resource.h>
#include <dev/sio/sioreg.h>