From 55efa897ebaa7ec880cd2b219362cb85f970cf33 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 23 Aug 2017 14:58:49 +0200 Subject: eth-multiplexer: Remove local definiton. * eth-multiplexer/ethernet.c (NET_FLAGS): Drop macro. --- eth-multiplexer/ethernet.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'eth-multiplexer/ethernet.c') 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; -- cgit v1.2.3