[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-976-g926457e

Günther Deschner gd at samba.org
Mon Oct 5 03:05:58 MDT 2009


The branch, master has been updated
       via  926457ec9565c980c14a658b34291e41317d404b (commit)
       via  2497f70257bd7b5523c65d342e68d8a1c85c41c2 (commit)
      from  19302db6cbbeb617c92fc555188b11a5057fccc3 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 926457ec9565c980c14a658b34291e41317d404b
Author: Günther Deschner <gd at samba.org>
Date:   Thu Oct 1 13:42:29 2009 +0200

    s3: remove unused PRS_POINTER_CAST macro.
    
    Guenther

commit 2497f70257bd7b5523c65d342e68d8a1c85c41c2
Author: Günther Deschner <gd at samba.org>
Date:   Thu Oct 1 12:52:46 2009 +0200

    s3: remove unused SYSTEMTIME struct.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/include/rpc_misc.h |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h
index aff9b1c..58ea916 100644
--- a/source3/include/rpc_misc.h
+++ b/source3/include/rpc_misc.h
@@ -24,7 +24,6 @@
 #define _RPC_MISC_H 
 
 #define SMB_RPC_INTERFACE_VERSION 1
-#define PRS_POINTER_CAST bool (*)(const char*, prs_struct*, int, void*)
 
 
 /********************************************************************** 
@@ -104,23 +103,4 @@ typedef struct {		/* UNISTR - unicode string size and buffer */
 				   little-endian. ***MUST*** be null-terminated */
 } UNISTR;
 
-/*
- * I'm really wondering how many different time formats
- * I will have to cope with
- *
- * JFM, 09/13/98 In a mad mood ;-(
-*/
-typedef struct systemtime
-{
-	uint16 year;
-	uint16 month;
-	uint16 dayofweek;
-	uint16 day;
-	uint16 hour;
-	uint16 minute;
-	uint16 second;
-	uint16 milliseconds;
-}
-SYSTEMTIME;
-
 #endif /* _RPC_MISC_H */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list