diff options
-rw-r--r-- | eth-multiplexer/ethernet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/eth-multiplexer/ethernet.c b/eth-multiplexer/ethernet.c index ce46c599..c4ed3f43 100644 --- a/eth-multiplexer/ethernet.c +++ b/eth-multiplexer/ethernet.c @@ -77,9 +77,6 @@ int ethernet_demuxer (mach_msg_header_t *inp, int set_promisc (char *dev_name, mach_port_t ether_port, int is_promisc) { -#ifndef NET_FLAGS -#define NET_FLAGS (('n'<<16) + 4) -#endif int flags; int ret; size_t count; |