[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1156-gb1ee4c1

Günther Deschner gd at samba.org
Mon Aug 24 06:31:51 MDT 2009


The branch, master has been updated
       via  b1ee4c14d49aa2dc0df90694d7403620951de137 (commit)
       via  965a079535bd11a7870d45991a0d0628d6579b3b (commit)
      from  be9441ac3fa167f97f54700e52dec9995b170fa3 (commit)

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


- Log -----------------------------------------------------------------
commit b1ee4c14d49aa2dc0df90694d7403620951de137
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 24 14:28:04 2009 +0200

    libndr: add missing protoypes for double type.
    
    Guenther

commit 965a079535bd11a7870d45991a0d0628d6579b3b
Author: Günther Deschner <gd at samba.org>
Date:   Mon Aug 24 14:27:13 2009 +0200

    tevent: avoid using reserved c++ word.
    
    Guenther

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

Summary of changes:
 lib/tevent/tevent_signal.c |    2 +-
 librpc/ndr/libndr.h        |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/tevent_signal.c b/lib/tevent/tevent_signal.c
index 27e8624..f07de83 100644
--- a/lib/tevent/tevent_signal.c
+++ b/lib/tevent/tevent_signal.c
@@ -158,7 +158,7 @@ static int tevent_signal_destructor(struct tevent_signal *se)
   this is part of the pipe hack needed to avoid the signal race condition
 */
 static void signal_pipe_handler(struct tevent_context *ev, struct tevent_fd *fde, 
-				uint16_t flags, void *private)
+				uint16_t flags, void *_private)
 {
 	char c[16];
 	ssize_t res;
diff --git a/librpc/ndr/libndr.h b/librpc/ndr/libndr.h
index 53bed01..7b981f9 100644
--- a/librpc/ndr/libndr.h
+++ b/librpc/ndr/libndr.h
@@ -470,6 +470,7 @@ NDR_SCALAR_PROTO(NTTIME_hyper, NTTIME)
 NDR_SCALAR_PROTO(DATA_BLOB, DATA_BLOB)
 NDR_SCALAR_PROTO(ipv4address, const char *)
 NDR_SCALAR_PROTO(string, const char *)
+NDR_SCALAR_PROTO(double, double)
 
 enum ndr_err_code ndr_pull_policy_handle(struct ndr_pull *ndr, int ndr_flags, struct policy_handle *r);
 enum ndr_err_code ndr_push_policy_handle(struct ndr_push *ndr, int ndr_flags, const struct policy_handle *r);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list