$OpenBSD: patch-tools_clang_lib_Sema_SemaDeclAttr_cpp,v 1.3 2010/04/29 16:37:09 jsg Exp $
--- tools/clang/lib/Sema/SemaDeclAttr.cpp.orig	Thu Feb 25 04:26:51 2010
+++ tools/clang/lib/Sema/SemaDeclAttr.cpp	Wed Apr 28 21:11:32 2010
@@ -1133,7 +1133,7 @@ static FormatAttrKind getFormatAttrKind(llvm::StringRe
   if (Format == "scanf" || Format == "printf" || Format == "printf0" ||
       Format == "strfmon" || Format == "cmn_err" || Format == "strftime" ||
       Format == "NSString" || Format == "CFString" || Format == "vcmn_err" ||
-      Format == "zcmn_err")
+      Format == "zcmn_err" || Format == "kprintf")
     return SupportedFormat;
 
   return InvalidFormat;
