svn commit: samba r4418 - in branches/SAMBA_4_0/source/include: .

metze at samba.org metze at samba.org
Thu Dec 30 19:55:24 GMT 2004


Author: metze
Date: 2004-12-30 19:55:23 +0000 (Thu, 30 Dec 2004)
New Revision: 4418

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

Log:
fix compiler warning and remove unused typedef

metze

Modified:
   branches/SAMBA_4_0/source/include/structs.h


Changeset:
Modified: branches/SAMBA_4_0/source/include/structs.h
===================================================================
--- branches/SAMBA_4_0/source/include/structs.h	2004-12-30 19:11:25 UTC (rev 4417)
+++ branches/SAMBA_4_0/source/include/structs.h	2004-12-30 19:55:23 UTC (rev 4418)
@@ -122,10 +122,9 @@
 
 struct ldb_message;
 
+struct dom_sid;
 struct security_token;
 struct security_acl;
 struct security_ace;
 
-typedef struct security_descriptor SEC_DESC;
-
 struct lsa_RightSet;



More information about the samba-cvs mailing list