svn commit: samba r20803 - in branches/SAMBA_4_0/source/heimdal_build: .

metze at samba.org metze at samba.org
Mon Jan 15 11:11:16 GMT 2007


Author: metze
Date: 2007-01-15 11:11:16 +0000 (Mon, 15 Jan 2007)
New Revision: 20803

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

Log:
fix compiler warning about extra semicolon

metze
Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.h


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h	2007-01-15 10:49:02 UTC (rev 20802)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h	2007-01-15 11:11:16 UTC (rev 20803)
@@ -9,7 +9,7 @@
 #include "include/config.h"
 #include "lib/replace/replace.h"
 
-#define RCSID(msg)
+#define RCSID(msg) struct __rcsid { int __rcsdi; }
 #define KRB5
 
 /* This needs to be defined for roken too */



More information about the samba-cvs mailing list