svn commit: samba r24803 - in branches: SAMBA_3_2/source/include SAMBA_3_2_0/source/include

vlendec at samba.org vlendec at samba.org
Thu Aug 30 14:55:37 GMT 2007


Author: vlendec
Date: 2007-08-30 14:55:32 +0000 (Thu, 30 Aug 2007)
New Revision: 24803

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

Log:
For some funny reason us4/gcc seems to fall over the '

Modified:
   branches/SAMBA_3_2/source/include/smb_macros.h
   branches/SAMBA_3_2_0/source/include/smb_macros.h


Changeset:
Modified: branches/SAMBA_3_2/source/include/smb_macros.h
===================================================================
--- branches/SAMBA_3_2/source/include/smb_macros.h	2007-08-30 14:16:20 UTC (rev 24802)
+++ branches/SAMBA_3_2/source/include/smb_macros.h	2007-08-30 14:55:32 UTC (rev 24803)
@@ -277,7 +277,7 @@
 
 #if 0
 
-Disable these now we've checked all code paths and ensured
+Disable these now we have checked all code paths and ensured
 NULL returns on zero request. JRA.
 
 #define TALLOC(ctx, size) talloc_zeronull(ctx, size, __location__)

Modified: branches/SAMBA_3_2_0/source/include/smb_macros.h
===================================================================
--- branches/SAMBA_3_2_0/source/include/smb_macros.h	2007-08-30 14:16:20 UTC (rev 24802)
+++ branches/SAMBA_3_2_0/source/include/smb_macros.h	2007-08-30 14:55:32 UTC (rev 24803)
@@ -278,7 +278,7 @@
 
 #if 0
 
-Disable these now we've checked all code paths and ensured
+Disable these now we have checked all code paths and ensured
 NULL returns on zero request. JRA.
 
 #define TALLOC(ctx, size) talloc_zeronull(ctx, size, __location__)



More information about the samba-cvs mailing list