Use a void * to carry the private data for return-call'ed ioctl requests.
Amongst other things this avoids a complex workaround in the userland regression bits.
This commit is contained in:
parent
ea90c5e5d4
commit
188cb3f63b
@ -262,7 +262,7 @@ struct g_ioctl {
|
||||
int fflag;
|
||||
struct thread *td;
|
||||
d_ioctl_t *func;
|
||||
dev_t dev;
|
||||
void *dev;
|
||||
};
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
Loading…
x
Reference in New Issue
Block a user