svn commit: samba r3546 - in branches/SAMBA_4_0/source/lib/registry/tools: .

tridge at samba.org tridge at samba.org
Fri Nov 5 09:19:42 GMT 2004


Author: tridge
Date: 2004-11-05 09:19:42 +0000 (Fri, 05 Nov 2004)
New Revision: 3546

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

Log:
including includes.h twice causes gcc 3.4 to crash with pch

Modified:
   branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c	2004-11-05 07:29:02 UTC (rev 3545)
+++ branches/SAMBA_4_0/source/lib/registry/tools/regpatch.c	2004-11-05 09:19:42 UTC (rev 3546)
@@ -59,8 +59,6 @@
 #define CMD_KEY 1
 #define CMD_VAL 2
 
-#include "includes.h"
-
 typedef struct val_spec_list {
   struct val_spec_list *next;
   char *name;



More information about the samba-cvs mailing list