Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/bin/named/main.c,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/bin/named/main.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/external/mpl/bind/dist/bin/named/main.c 2019/02/24 20:01:27 1.4 +++ src/external/mpl/bind/dist/bin/named/main.c 2019/09/09 14:40:39 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.4 2019/02/24 20:01:27 christos Exp $ */ +/* $NetBSD: main.c,v 1.5 2019/09/09 14:40:39 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -89,7 +89,7 @@ #include #endif -#include "pfilter.h" +#include /* * Include header files for database drivers here. */ @@ -1404,7 +1404,7 @@ main(int argc, char *argv[]) { parse_command_line(argc, argv); - pfilter_open(); + pfilter_enable(); #ifdef ENABLE_AFL if (named_g_fuzz_type != isc_fuzz_none) {