aboutgitcodelistschat:MatrixIRC
path: root/cooker/calls/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/calls/ioctl.c')
-rw-r--r--cooker/calls/ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cooker/calls/ioctl.c b/cooker/calls/ioctl.c
index c9f01d0..1609541 100644
--- a/cooker/calls/ioctl.c
+++ b/cooker/calls/ioctl.c
@@ -83,7 +83,7 @@ static struct field tun_ifr[] = { /* netdevice(7) */
};
static struct select_num ioctl_request_arg[] = {
- { FS_IOC_GETFLAGS,
+ { FS_IOC_GETFLAGS, -1,
{ 2,
{
"argp", INT, FLAGS,
@@ -92,7 +92,7 @@ static struct select_num ioctl_request_arg[] = {
}
}
},
- { FS_IOC_SETFLAGS,
+ { FS_IOC_SETFLAGS, -1,
{ 2,
{
"argp", INT, FLAGS,
@@ -101,7 +101,7 @@ static struct select_num ioctl_request_arg[] = {
}
}
},
- { TUNSETIFF,
+ { TUNSETIFF, -1,
{ 2,
{
"ifr", STRUCT, 0,