From 74a1787535a6fe30bdf7f51a7bc754f2f7a55dd0 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 12 Jan 2004 23:55:04 +0000 Subject: [PATCH] Remove ether_driver.h API from the should-be-POSIX-only if.h. Still some sem_id depedency, thought. Will be split into private and posix files soon. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6038 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/net/if.h | 11 ----------- 1 file changed, 11 deletions(-) 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 */