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/win32/Attic/os.c,v rcsdiff: /ftp/cvs/cvsroot/src/external/mpl/bind/dist/bin/named/win32/Attic/os.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4.2.4 retrieving revision 1.5 diff -u -p -r1.4.2.4 -r1.5 --- src/external/mpl/bind/dist/bin/named/win32/Attic/os.c 2020/04/13 08:02:36 1.4.2.4 +++ src/external/mpl/bind/dist/bin/named/win32/Attic/os.c 2019/09/05 19:32:56 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: os.c,v 1.4.2.4 2020/04/13 08:02:36 martin Exp $ */ +/* $NetBSD: os.c,v 1.5 2019/09/05 19:32:56 christos Exp $ */ /* * Copyright (C) Internet Systems Consortium, Inc. ("ISC") @@ -62,6 +62,7 @@ named_paths_init(void) { named_g_keyfile = isc_ntpaths_get(RNDC_KEY_PATH); named_g_defaultsessionkeyfile = isc_ntpaths_get(SESSION_KEY_PATH); named_g_defaultbindkeys = isc_ntpaths_get(BIND_KEYS_PATH); + named_g_defaultdnstap = NULL; Initialized = TRUE; } @@ -111,16 +112,6 @@ named_os_init(const char *progname) { * ntservice_init(); */ version_check(progname); - /* - * If running in a Cygwin environment, clear the SEM_NOGPFAULTERRORBOX - * bit in the process error mode to prevent Cygwin from concealing - * non-abort() crashes, giving Windows Error Reporting a chance to - * handle such crashes. This is done to ensure all crashes triggered - * by system tests can be detected. - */ - if (getenv("CYGWIN") != NULL) { - SetErrorMode(GetErrorMode() & ~SEM_NOGPFAULTERRORBOX); - } } void