[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Tue Nov 25 07:39:02 MST 2014


The branch, master has been updated
       via  94f2530 lib: Fix header include protection #define
      from  e079ffd script/autobuild.py: build 'samba' using --picky-developer

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


- Log -----------------------------------------------------------------
commit 94f2530b4c40d7e03d78aa25c46a46659bbc31da
Author: Volker Lendecke <vl at samba.org>
Date:   Tue Nov 25 12:55:26 2014 +0100

    lib: Fix header include protection #define
    
    Signed-off-by: Volker Lendecke <vl at samba.org>
    Reviewed-by: Ira Cooper <ira at samba.org>
    
    Autobuild-User(master): Volker Lendecke <vl at samba.org>
    Autobuild-Date(master): Tue Nov 25 15:38:22 CET 2014 on sn-devel-104

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

Summary of changes:
 source3/lib/unix_msg/unix_msg.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/lib/unix_msg/unix_msg.h b/source3/lib/unix_msg/unix_msg.h
index 56f7a40..83d7067 100644
--- a/source3/lib/unix_msg/unix_msg.h
+++ b/source3/lib/unix_msg/unix_msg.h
@@ -16,8 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __UNIX_DGRAM_H__
-#define __UNIX_DGRAM_H__
+#ifndef __UNIX_MSG_H__
+#define __UNIX_MSG_H__
 
 #include "replace.h"
 #include "poll_funcs/poll_funcs.h"


-- 
Samba Shared Repository


More information about the samba-cvs mailing list