svn commit: samba r18457 - in branches/SAMBA_3_0/source/lib: .

vlendec at samba.org vlendec at samba.org
Wed Sep 13 10:12:56 GMT 2006


Author: vlendec
Date: 2006-09-13 10:12:55 +0000 (Wed, 13 Sep 2006)
New Revision: 18457

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

Log:
Argl :-)
Modified:
   branches/SAMBA_3_0/source/lib/replace.c


Changeset:
Modified: branches/SAMBA_3_0/source/lib/replace.c
===================================================================
--- branches/SAMBA_3_0/source/lib/replace.c	2006-09-13 10:12:03 UTC (rev 18456)
+++ branches/SAMBA_3_0/source/lib/replace.c	2006-09-13 10:12:55 UTC (rev 18457)
@@ -416,7 +416,7 @@
 #endif /* HAVE_STRTOUL */
 
 #ifndef HAVE_STRTOULL
-unsigned long long int rep_strtoull(const char *str, char **endptr, int base)
+unsigned long long int strtoull(const char *str, char **endptr, int base)
 {
 #ifdef HAVE_STRTOUQ
 	return strtouq(str, endptr, base);



More information about the samba-cvs mailing list