Removed now-unused blocking mode flag.

This commit is contained in:
Bruce Evans 1997-11-18 16:37:04 +00:00
parent 9a43455f43
commit 517c5ddbd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31284

View file

@ -28,7 +28,6 @@ struct tun_softc {
#define TUN_DSTADDR 0x0010
#define TUN_RWAIT 0x0040
#define TUN_ASYNC 0x0080
#define TUN_NBIO 0x0100
#define TUN_READY (TUN_OPEN | TUN_INITED)