svn commit: lorikeet r370 - in trunk/heimdal/lib/roken: .

lha at samba.org lha at samba.org
Thu Jul 7 14:56:15 GMT 2005


Author: lha
Date: 2005-07-07 14:56:15 +0000 (Thu, 07 Jul 2005)
New Revision: 370

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=370

Log:
copy i roken-common.h:1.61 to pacify icc

Modified:
   trunk/heimdal/lib/roken/roken-common.h


Changeset:
Modified: trunk/heimdal/lib/roken/roken-common.h
===================================================================
--- trunk/heimdal/lib/roken/roken-common.h	2005-07-05 10:53:52 UTC (rev 369)
+++ trunk/heimdal/lib/roken/roken-common.h	2005-07-07 14:56:15 UTC (rev 370)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-/* $Id: roken-common.h,v 1.59 2005/06/29 14:13:50 lha Exp $ */
+/* $Id: roken-common.h,v 1.61 2005/07/07 05:03:30 lha Exp $ */
 
 #ifndef __ROKEN_COMMON_H__
 #define __ROKEN_COMMON_H__
@@ -388,7 +388,7 @@
 
 struct rk_strpool * ROKEN_LIB_FUNCTION
 rk_strpoolprintf(struct rk_strpool *, const char *, ...)
-    __attribute__ ((format (printf, 2, 0)));;
+    __attribute__ ((format (printf, 2, 3)));
 
 void ROKEN_LIB_FUNCTION
 rk_strpoolfree(struct rk_strpool *);



More information about the samba-cvs mailing list