head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.4 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.2 pkgsrc-2012Q4-base:1.3 pkgsrc-2012Q2:1.1.0.2 pkgsrc-2012Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2012.08.27.05.14.55; author dholland; state dead; branches; next 1.2; 1.2 date 2012.08.26.18.25.47; author adam; state Exp; branches; next 1.1; 1.1 date 2012.06.16.05.34.31; author dholland; state Exp; branches; next ; desc @@ 1.3 log @Remove the set_debug_log_from_config patch; it was merged incorrectly and now breaks the build. @ text @$NetBSD: patch-util_log_c,v 1.2 2012/08/26 18:25:47 adam Exp $ Provide set_debug_log_from_config() when DEBUG is turned off; avoids link failure. --- util/log.c.orig 2012-05-05 13:54:17.000000000 +0000 +++ util/log.c @@@@ -266,4 +266,7 @@@@ void set_debug_flag(int v) void set_debug_log_from_config(config_t c) { } + +int set_debug_log_from_config(config_t c) +{ return 0; } #endif @ 1.2 log @Changes 2.2.17: * Fixed possibility of Unsolicited Dialback Attacks * Use XML_SetHashSalt with expat 2.1.x only * Fix s2s crash with witelist enabled @ text @d1 1 a1 1 $NetBSD: patch-util_log_c,v 1.1 2012/06/16 05:34:31 dholland Exp $ @ 1.1 log @Fix build failure (set_debug_log_from_config) @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- util/log.c~ 2012-05-04 14:51:08.000000000 +0000 d8 1 a8 1 @@@@ -263,4 +263,7 @@@@ void debug_log(const char *file, int lin d10 1 a10 1 void set_debug_flag(int v) @