The branch, master has been updated
       via  8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3 (commit)
      from  2d81c9e957a21191c5b4e2b28a4599052c1357a1 (commit)

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


- Log -----------------------------------------------------------------
commit 8e2b48e1b7c7fd6b6080f2e56f654b682c6426a3
Author: Tim Prouty <tpro...@samba.org>
Date:   Thu Jan 22 13:14:04 2009 -0800

    s3: Fix warning

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

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


Changeset truncated at 500 lines:

diff --git a/source3/include/proto.h b/source3/include/proto.h
index 40ced54..d55546f 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7024,7 +7024,7 @@ NTSTATUS get_relative_fid_filename(connection_struct 
*conn,
 /* The following definitions come from smbd/oplock.c  */
 
 int32 get_number_of_exclusive_open_oplocks(void);
-bool oplock_message_waiting();
+bool oplock_message_waiting(void);
 void process_kernel_oplocks(struct messaging_context *msg_ctx);
 bool set_file_oplock(files_struct *fsp, int oplock_type);
 void release_file_oplock(files_struct *fsp);


-- 
Samba Shared Repository

Reply via email to