summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tap.c')
-rw-r--r--sys/net/if_tap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/if_tap.c b/sys/net/if_tap.c
index 5d7ce75..b2542d1 100644
--- a/sys/net/if_tap.c
+++ b/sys/net/if_tap.c
@@ -109,7 +109,6 @@ static struct cdevsw tap_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* bmaj */ -1
};
static int taprefcnt = 0; /* module ref. counter */
OpenPOWER on IntegriCloud