[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-2628-g68327e5

Günther Deschner gd at samba.org
Tue May 27 22:54:09 GMT 2008


The branch, v3-3-test has been updated
       via  68327e577dd12c157b0d7581b38c7a8dc06e08c7 (commit)
      from  ac0c2fb6e8c3d1b14a6e7490857a414a5fac6bb5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 68327e577dd12c157b0d7581b38c7a8dc06e08c7
Author: Günther Deschner <gd at samba.org>
Date:   Wed May 28 00:51:52 2008 +0200

    build: Fix the build after prototype change.
    
    Guenther

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

Summary of changes:
 source/include/proto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/proto.h b/source/include/proto.h
index f85b667..721981e 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -5270,7 +5270,7 @@ void locking_close_file(struct messaging_context *msg_ctx,
 bool locking_init(void);
 bool locking_init_readonly(void);
 bool locking_end(void);
-char *share_mode_str(TALLOC_CTX *ctx, int num, struct share_mode_entry *e);
+char *share_mode_str(TALLOC_CTX *ctx, int num, const struct share_mode_entry *e);
 struct share_mode_lock *get_share_mode_lock(TALLOC_CTX *mem_ctx,
 					    const struct file_id id,
 					    const char *servicepath,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list