blob: a605a0cdf471f24ec486252610e557e707e16b7c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/.const.def.orig 2005-12-09 06:40:56.000000000 +0300
+++ src/.const.def 2014-10-18 00:25:38.000000000 +0400
@@ -69,7 +69,6 @@
SETDICT_INT(d, "IFF_DEBUG", IFF_DEBUG);
SETDICT_INT(d, "IFF_LOOPBACK", IFF_LOOPBACK);
SETDICT_INT(d, "IFF_POINTOPOINT", IFF_POINTOPOINT);
-SETDICT_INT(d, "IFF_SMART", IFF_SMART);
SETDICT_INT(d, "IFF_RUNNING", IFF_RUNNING);
SETDICT_INT(d, "IFF_NOARP", IFF_NOARP);
SETDICT_INT(d, "IFF_PROMISC", IFF_PROMISC);
|