Another TUN driver fix from Max Neklyudov

This commit is contained in:
Max Neklyudov
2015-08-21 07:39:57 -06:00
committed by Gregory Nutt
parent 2a81a76c33
commit 622c5c9aa6
3 changed files with 5 additions and 5 deletions
+1
View File
@@ -58,6 +58,7 @@
#define IFF_TUN 0x01
#define IFF_TAP 0x02
#define IFF_MASK 0x7f
#define IFF_NO_PI 0x80
/****************************************************************************