diff options
Diffstat (limited to 'sys/net/if_tap.c')
-rw-r--r-- | sys/net/if_tap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_tap.c b/sys/net/if_tap.c index f83243b..c7d380e 100644 --- a/sys/net/if_tap.c +++ b/sys/net/if_tap.c @@ -97,6 +97,8 @@ static d_ioctl_t tapioctl; static d_poll_t tappoll; static struct cdevsw tap_cdevsw = { + .d_version = D_VERSION, + .d_flags = D_NEEDGIANT, .d_open = tapopen, .d_close = tapclose, .d_read = tapread, |