diff --git a/headers/posix/net/if.h b/headers/posix/net/if.h index d75527b4ef..697346a059 100644 --- a/headers/posix/net/if.h +++ b/headers/posix/net/if.h @@ -13,7 +13,6 @@ http://www.opengroup.org/onlinepubs/007904975/basedefs/net/if.h.html */ -#include /* FIXME */ #include /* FIXME */ #include #include @@ -26,16 +25,6 @@ extern "C" { /* Forward reference... */ struct socket; -enum { - IF_GETADDR = B_DEVICE_OP_CODES_END, - IF_INIT, - IF_NONBLOCK, - IF_ADDMULTI, - IF_REMMULTI, - IF_SETPROMISC, - IF_GETFRAMESIZE -}; - /* Media types are now listed in net/if_types.h */ /* Interface flags */