mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Removed now-unused blocking mode flag.
This commit is contained in:
parent
9a43455f43
commit
517c5ddbd3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31284
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue