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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cooker/calls/ioctl.c b/cooker/calls/ioctl.c
index 1609541..336d3c3 100644
--- a/cooker/calls/ioctl.c
+++ b/cooker/calls/ioctl.c
@@ -76,7 +76,7 @@ static struct field tun_ifr[] = { /* netdevice(7) */
IFNAMSIZ, { 0 },
},
{
- "flags", INT, /* One allowed at a time? */ 0,
+ "flags", INT, FLAGS,
offsetof(struct ifreq, ifr_flags),
0, { .d_num = tun_ifr_flags },
},