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/tests/h_macros.h,v rcsdiff: /ftp/cvs/cvsroot/src/tests/h_macros.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/tests/h_macros.h 2010/08/31 17:21:14 1.6 +++ src/tests/h_macros.h 2011/06/16 15:33:24 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: h_macros.h,v 1.6 2010/08/31 17:21:14 pooka Exp $ */ +/* $NetBSD: h_macros.h,v 1.7 2011/06/16 15:33:24 joerg Exp $ */ /*- * Copyright (c) 2008, 2009 The NetBSD Foundation, Inc. @@ -64,7 +64,7 @@ atf_tc_fail_errno(const char *fmt, ...) strlcat(buf, ": ", sizeof(buf)); strlcat(buf, strerror(sverrno), sizeof(buf)); - atf_tc_fail(buf); + atf_tc_fail("%s", buf); } static __inline void