[SCM] CTDB repository - branch master updated - ctdb-1.10-406-g4bfdfda

Michael Adam obnox at samba.org
Wed Aug 17 07:13:29 MDT 2011


The branch, master has been updated
       via  4bfdfdae4f8ab23f14bc6ab4c06b66c07714ec17 (commit)
      from  bb008c01989ebb173a3f095ebd2f90ab54f9da91 (commit)

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


- Log -----------------------------------------------------------------
commit 4bfdfdae4f8ab23f14bc6ab4c06b66c07714ec17
Author: Volker Lendecke <vl at samba.org>
Date:   Wed Aug 17 14:46:43 2011 +0200

    Add missing #include to libctdb/ctdb.c
    
    We need that to have the "offsetof" macro, thus we don't need to redeclare it
    in libctdb_private.h
    
    Signed-off-by: Michael Adam <obnox at samba.org>

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

Summary of changes:
 libctdb/ctdb.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libctdb/ctdb.c b/libctdb/ctdb.c
index 7115982..80f8bb5 100644
--- a/libctdb/ctdb.c
+++ b/libctdb/ctdb.c
@@ -25,6 +25,7 @@
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/ioctl.h>
+#include <stddef.h>
 #include "libctdb_private.h"
 #include "io_elem.h"
 #include "local_tdb.h"


-- 
CTDB repository


More information about the samba-cvs mailing list