svn commit: samba r9916 - in branches/tmp/RPCREWRITE/source: . registry

jra at samba.org jra at samba.org
Thu Sep 1 20:28:26 GMT 2005


Author: jra
Date: 2005-09-01 20:28:23 +0000 (Thu, 01 Sep 2005)
New Revision: 9916

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

Log:
Sync with HEAD.
Jeremy.

Modified:
   branches/tmp/RPCREWRITE/source/Makefile.in
   branches/tmp/RPCREWRITE/source/registry/regfio.c


Changeset:
Modified: branches/tmp/RPCREWRITE/source/Makefile.in
===================================================================
--- branches/tmp/RPCREWRITE/source/Makefile.in	2005-09-01 20:28:03 UTC (rev 9915)
+++ branches/tmp/RPCREWRITE/source/Makefile.in	2005-09-01 20:28:23 UTC (rev 9916)
@@ -1298,15 +1298,15 @@
 
 bin/tdbbackup at EXEEXT@: $(TDBBACKUP_OBJ) bin/.dummy
 	@echo Linking $@
-	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(TDBBACKUP_OBJ) @SOCKWRAP@
+	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) $(TDBBACKUP_OBJ) $(SNPRINTF_OBJ) @SOCKWRAP@
 
 bin/tdbtool at EXEEXT@: $(TDBTOOL_OBJ) bin/.dummy
 	@echo Linking $@
-	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(TDBTOOL_OBJ) @SOCKWRAP@
+	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) $(TDBTOOL_OBJ) $(SNPRINTF_OBJ) @SOCKWRAP@
 
 bin/tdbdump at EXEEXT@: $(TDBDUMP_OBJ) bin/.dummy
 	@echo Linking $@
-	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(TDBDUMP_OBJ) @SOCKWRAP@
+	@$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) $(TDBDUMP_OBJ) $(SNPRINTF_OBJ) @SOCKWRAP@
 
 bin/t_strcmp at EXEEXT@: bin/libbigballofmud. at SHLIBEXT@ torture/t_strcmp.o
 	$(CC) $(FLAGS) @PIE_LDFLAGS@ -o $@ $(DYNEXP) $(LIBS) torture/t_strcmp.o -L ./bin -lbigballofmud

Modified: branches/tmp/RPCREWRITE/source/registry/regfio.c
===================================================================
--- branches/tmp/RPCREWRITE/source/registry/regfio.c	2005-09-01 20:28:03 UTC (rev 9915)
+++ branches/tmp/RPCREWRITE/source/registry/regfio.c	2005-09-01 20:28:23 UTC (rev 9916)
@@ -1670,7 +1670,7 @@
 
 static int hashrec_cmp( REGF_HASH_REC *h1, REGF_HASH_REC *h2 )
 {
-	return strcmp( h1->fullname, h2->fullname );
+	return StrCaseCmp( h1->fullname, h2->fullname );
 }
 
 /*******************************************************************



More information about the samba-cvs mailing list