mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
10 lines
446 B
Modula-2
10 lines
446 B
Modula-2
--- 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);
|