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

metze at samba.org metze at samba.org
Thu Aug 24 08:17:32 GMT 2006


Author: metze
Date: 2006-08-24 08:17:31 +0000 (Thu, 24 Aug 2006)
New Revision: 17773

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

Log:
this macros are unsed, with compiler warnings

metze
Modified:
   branches/SAMBA_4_0/source/lib/registry/reg_backend_w95.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/registry/reg_backend_w95.c
===================================================================
--- branches/SAMBA_4_0/source/lib/registry/reg_backend_w95.c	2006-08-24 07:58:22 UTC (rev 17772)
+++ branches/SAMBA_4_0/source/lib/registry/reg_backend_w95.c	2006-08-24 08:17:31 UTC (rev 17773)
@@ -123,8 +123,10 @@
 	RGDB_KEY ***rgdb_keys;
 } CREG;
 
+#if 0 /* unused */
 #define RGKN_START_SIZE 0x2000
 #define RGKN_INC_SIZE   0x1000
+#endif
 
 #define LOCN_RGKN(creg, o) ((RGKN_KEY *)((creg)->base + sizeof(CREG_HDR) + o))
 #define LOCN_RGDB_BLOCK(creg, o) (((creg)->base + (creg)->creg_hdr->rgdb_offset + o))



More information about the samba-cvs mailing list