mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Reduce the Linux ioctl range to what is needed. I didn't know what
I was doing when I first set the range up.
This commit is contained in:
parent
a29b4f6eec
commit
bc971e44ed
1 changed files with 2 additions and 2 deletions
|
|
@ -53,8 +53,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <dev/amr/amrvar.h>
|
||||
|
||||
/* There are multiple ioctl number ranges that need to be handled */
|
||||
#define AMR_LINUX_IOCTL_MIN 0x00000
|
||||
#define AMR_LINUX_IOCTL_MAX 0x50000
|
||||
#define AMR_LINUX_IOCTL_MIN 0x6d00
|
||||
#define AMR_LINUX_IOCTL_MAX 0x6d01
|
||||
|
||||
static linux_ioctl_function_t amr_linux_ioctl;
|
||||
static struct linux_ioctl_handler amr_linux_handler = {amr_linux_ioctl,
|
||||
|
|
|
|||
Loading…
Reference in a new issue