summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tunvar.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-09-27 21:43:16 +0000
committerphk <phk@FreeBSD.org>2003-09-27 21:43:16 +0000
commit8472808fa829630b0e59bff91f2c0481e3a75eb1 (patch)
treeaa07759e9d2602acbe40fe0bbf9851858a3e5bdd /sys/net/if_tunvar.h
parent6a0cf06f6a39887c9bed332a4f3099b960f7a29c (diff)
downloadFreeBSD-src-8472808fa829630b0e59bff91f2c0481e3a75eb1.zip
FreeBSD-src-8472808fa829630b0e59bff91f2c0481e3a75eb1.tar.gz
Correctly name r_unit member tun_unit.
Remove unused tun_wsel member.
Diffstat (limited to 'sys/net/if_tunvar.h')
-rw-r--r--sys/net/if_tunvar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_tunvar.h b/sys/net/if_tunvar.h
index d49213f..cda53f0 100644
--- a/sys/net/if_tunvar.h
+++ b/sys/net/if_tunvar.h
@@ -47,10 +47,9 @@ struct tun_softc {
struct ifnet tun_if; /* the interface */
struct sigio *tun_sigio; /* information for async I/O */
struct selinfo tun_rsel; /* read select */
- struct selinfo tun_wsel; /* write select (not used) */
struct tun_softc *next; /* Next softc in list */
- struct resource *r_unit; /* resource allocated for this unit */
+ struct resource *tun_unit; /* resource allocated for this unit */
};
#endif /* !_NET_IF_TUNVAR_H_ */
OpenPOWER on IntegriCloud