svn commit: samba r26514 - in branches/SAMBA_4_0/source/lib/talloc: .

kai at samba.org kai at samba.org
Mon Dec 17 20:18:02 GMT 2007


Author: kai
Date: 2007-12-17 20:18:02 +0000 (Mon, 17 Dec 2007)
New Revision: 26514

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

Log:
Revert the talloc.c part of r26511, as talloc.h already takes care of thois.

Thanks to metze for pointing this out

Modified:
   branches/SAMBA_4_0/source/lib/talloc/talloc.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/talloc/talloc.c
===================================================================
--- branches/SAMBA_4_0/source/lib/talloc/talloc.c	2007-12-17 20:03:06 UTC (rev 26513)
+++ branches/SAMBA_4_0/source/lib/talloc/talloc.c	2007-12-17 20:18:02 UTC (rev 26514)
@@ -1245,8 +1245,6 @@
 #endif
 #endif
 
-char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
-
 char *talloc_vasprintf(const void *t, const char *fmt, va_list ap)
 {
 	int len;
@@ -1278,7 +1276,6 @@
   Perform string formatting, and return a pointer to newly allocated
   memory holding the result, inside a memory pool.
  */
-char *talloc_asprintf(const void *t, const char *fmt, ...) PRINTF_ATTRIBUTE(2,3);
 char *talloc_asprintf(const void *t, const char *fmt, ...)
 {
 	va_list ap;



More information about the samba-cvs mailing list