summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tun.c')
-rw-r--r--sys/net/if_tun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_tun.c b/sys/net/if_tun.c
index 51ef8847..78fd0f1 100644
--- a/sys/net/if_tun.c
+++ b/sys/net/if_tun.c
@@ -87,7 +87,6 @@ static struct cdevsw tun_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* bmaj */ -1
};
static void tun_clone __P((void *arg, char *name, int namelen, dev_t *dev));
OpenPOWER on IntegriCloud