diff --git a/net/bpfilter/main.c b/net/bpfilter/main.c index 81bbc1684896ec68c04322248abf7b26667d1aa4..1317f108df8ae650454def33340546ab20eea03d 100644 --- a/net/bpfilter/main.c +++ b/net/bpfilter/main.c @@ -55,7 +55,7 @@ static void loop(void) int main(void) { - debug_fd = open("/dev/console", 00000002 | 00000100); + debug_fd = open("/dev/console", 00000002); dprintf(debug_fd, "Started bpfilter\n"); loop(); close(debug_fd);