[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / named

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/bin/named/main.c between version 1.4 and 1.5

version 1.4, 2019/02/24 20:01:27 version 1.5, 2019/09/09 14:40:39
Line 89 
Line 89 
 #include <zlib.h>  #include <zlib.h>
 #endif  #endif
   
 #include "pfilter.h"  #include <ns/pfilter.h>
 /*  /*
  * Include header files for database drivers here.   * Include header files for database drivers here.
  */   */
Line 1404  main(int argc, char *argv[]) {
Line 1404  main(int argc, char *argv[]) {
   
         parse_command_line(argc, argv);          parse_command_line(argc, argv);
   
         pfilter_open();          pfilter_enable();
   
 #ifdef ENABLE_AFL  #ifdef ENABLE_AFL
         if (named_g_fuzz_type != isc_fuzz_none) {          if (named_g_fuzz_type != isc_fuzz_none) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb <webmaster@jp.NetBSD.org>