Module Name: src
Committed By: joerg
Date: Tue Jan 7 02:15:02 UTC 2014
Modified Files:
src/external/bsd/openpam/dist/lib: openpam_log.c
Log Message:
Ignore non-literal format strings, the modifications can't be expressed
with the current framework.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/openpam/dist/lib/openpam_log.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/openpam/dist/lib/openpam_log.c
diff -u src/external/bsd/openpam/dist/lib/openpam_log.c:1.5 src/external/bsd/openpam/dist/lib/openpam_log.c:1.6
--- src/external/bsd/openpam/dist/lib/openpam_log.c:1.5 Fri Dec 27 20:10:21 2013
+++ src/external/bsd/openpam/dist/lib/openpam_log.c Tue Jan 7 02:15:02 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: openpam_log.c,v 1.5 2013/12/27 20:10:21 christos Exp $ */
+/* $NetBSD: openpam_log.c,v 1.6 2014/01/07 02:15:02 joerg Exp $ */
/*-
* Copyright (c) 2002-2003 Networks Associates Technology, Inc.
@@ -96,6 +96,7 @@ openpam_log(int level, const char *fmt,
#else
+#pragma GCC diagnostic ignored "-Wformat-nonliteral"
void
_openpam_log(int level, const char *func, const char *fmt, ...)
{