[SCM] Samba Shared Repository - branch master updated - b416135f6b00ea23ba8ded9d425ed7226980b36d

Michael Adam obnox at samba.org
Sun Nov 23 22:01:57 GMT 2008


The branch, master has been updated
       via  b416135f6b00ea23ba8ded9d425ed7226980b36d (commit)
      from  ed27d91068ca45a2f2924cb2d53c3fdf856c5c47 (commit)

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


- Log -----------------------------------------------------------------
commit b416135f6b00ea23ba8ded9d425ed7226980b36d
Author: Michael Adam <obnox at samba.org>
Date:   Sun Nov 23 10:43:10 2008 +0100

    libcli/nbt: fix some extrasemi compile warnings.
    
    Michael

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

Summary of changes:
 libcli/nbt/libnbt.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/nbt/libnbt.h b/libcli/nbt/libnbt.h
index e03352d..7d8ca49 100644
--- a/libcli/nbt/libnbt.h
+++ b/libcli/nbt/libnbt.h
@@ -331,9 +331,9 @@ NTSTATUS nbt_name_reply_send(struct nbt_name_socket *nbtsock,
 			     struct nbt_name_packet *request);
 
 
-NDR_SCALAR_PROTO(wrepl_nbt_name, const struct nbt_name *);
-NDR_SCALAR_PROTO(nbt_string, const char *);
-NDR_BUFFER_PROTO(nbt_name, struct nbt_name);
+NDR_SCALAR_PROTO(wrepl_nbt_name, const struct nbt_name *)
+NDR_SCALAR_PROTO(nbt_string, const char *)
+NDR_BUFFER_PROTO(nbt_name, struct nbt_name)
 NTSTATUS nbt_rcode_to_ntstatus(uint8_t rcode);
 
 struct composite_context;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list