aboutsummaryrefslogtreecommitdiff
path: root/eth-multiplexer/ethernet.c
diff options
context:
space:
mode:
Diffstat (limited to 'eth-multiplexer/ethernet.c')
-rw-r--r--eth-multiplexer/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/eth-multiplexer/ethernet.c b/eth-multiplexer/ethernet.c
index c8849aa1..e45a4b94 100644
--- a/eth-multiplexer/ethernet.c
+++ b/eth-multiplexer/ethernet.c
@@ -59,7 +59,7 @@ static struct bpf_insn ether_filter[] =
{6, 0, 0, 1500},
{6, 0, 0, 0}
};
-static int ether_filter_len = sizeof (ether_filter) / sizeof (short);
+static int ether_filter_len = sizeof (ether_filter) / (sizeof (short));
int ethernet_demuxer (mach_msg_header_t *inp,
mach_msg_header_t *outp)