Module Name: src
Committed By: martin
Date: Mon Aug 19 08:28:32 UTC 2024
Modified Files:
src/external/bsd/ntp/dist/libntp/lib/isc: assertions.c
Log Message:
Rework previous - gcc is stupid.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
src/external/bsd/ntp/dist/libntp/lib/isc/assertions.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ntp/dist/libntp/lib/isc/assertions.c
diff -u src/external/bsd/ntp/dist/libntp/lib/isc/assertions.c:1.3 src/external/bsd/ntp/dist/libntp/lib/isc/assertions.c:1.4
--- src/external/bsd/ntp/dist/libntp/lib/isc/assertions.c:1.3 Mon Aug 19 07:28:22 2024
+++ src/external/bsd/ntp/dist/libntp/lib/isc/assertions.c Mon Aug 19 08:28:32 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: assertions.c,v 1.3 2024/08/19 07:28:22 martin Exp $ */
+/* $NetBSD: assertions.c,v 1.4 2024/08/19 08:28:32 martin Exp $ */
/*
* Copyright (C) 2004, 2005, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
@@ -73,7 +73,7 @@ isc_assertion_setcallback(isc_assertionc
/*% Type to Text */
const char *
isc_assertion_typetotext(isc_assertiontype_t type) {
- const char *result;
+ const char *result = "?";
/*
* These strings have purposefully not been internationalized