diff options
author | kan <kan@FreeBSD.org> | 2003-04-29 13:36:06 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-04-29 13:36:06 +0000 |
commit | 9468fdaf14ab3e5212aac4e764e4616b726ec850 (patch) | |
tree | 9f5fdcd6775a2bfa21ddfc84568b82ecb2815a2b /sys/pc98/cbus/clock.c | |
parent | 4e1e1a4c31b3be0a9725f0b26280f63c5315d606 (diff) | |
download | FreeBSD-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/pc98/cbus/clock.c')
-rw-r--r-- | sys/pc98/cbus/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/clock.c b/sys/pc98/cbus/clock.c index 29cee68..bc03ea6 100644 --- a/sys/pc98/cbus/clock.c +++ b/sys/pc98/cbus/clock.c @@ -59,6 +59,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/bus.h> +#include <sys/limits.h> #include <sys/lock.h> #include <sys/mutex.h> #include <sys/proc.h> @@ -72,7 +73,6 @@ #include <machine/clock.h> #include <machine/cputypes.h> #include <machine/frame.h> -#include <machine/limits.h> #include <machine/md_var.h> #include <machine/psl.h> #ifdef APIC_IO |