mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
3e4517beb6
commit
b87a69181e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue