Use machine/limits.h rather than userland limits.h (which may come from

the userland source tree, or even worse: /usr/include)
This commit is contained in:
Peter Wemm 2002-08-22 20:44:17 +00:00
parent 3e4517beb6
commit b87a69181e

View File

@ -28,7 +28,6 @@
#include "opt_syscons.h"
#include <limits.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
@ -42,6 +41,7 @@
#include <sys/random.h>
#include <sys/signalvar.h>
#include <sys/tty.h>
#include <machine/limits.h>
#include <dev/syscons/syscons.h>