mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Include <machine/limits.h> for definition of ULONG_MAX. Remove a
duplicate include.
This commit is contained in:
parent
e48fdcb37b
commit
08f8120ab2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93127
@ -57,12 +57,12 @@
|
||||
#include <sys/errno.h>
|
||||
#include <sys/malloc.h>
|
||||
#include <sys/bus.h>
|
||||
#include <machine/clock.h> /* for DELAY */
|
||||
#include <machine/resource.h>
|
||||
#include <machine/bus_memio.h>
|
||||
#include <machine/bus_pio.h>
|
||||
#include <machine/bus.h>
|
||||
#include <machine/clock.h> /* for DELAY */
|
||||
#include <machine/limits.h>
|
||||
#include <sys/soundcard.h>
|
||||
#include <sys/rman.h>
|
||||
#include <sys/mman.h>
|
||||
|
Loading…
Reference in New Issue
Block a user