summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tapvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tapvar.h')
-rw-r--r--sys/net/if_tapvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_tapvar.h b/sys/net/if_tapvar.h
index acd4528..512a33d 100644
--- a/sys/net/if_tapvar.h
+++ b/sys/net/if_tapvar.h
@@ -63,7 +63,7 @@ struct tap_softc {
struct selinfo tap_rsel; /* read select */
SLIST_ENTRY(tap_softc) tap_next; /* next device in chain */
- dev_t tap_dev;
+ struct cdev *tap_dev;
struct mtx tap_mtx; /* per-softc mutex */
};
OpenPOWER on IntegriCloud