[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Sat Mar 10 11:08:02 MST 2012


The branch, master has been updated
       via  7bd1dc5 s3: fix build on AIX
      from  8f93068 s3: Add smb_request_done

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


- Log -----------------------------------------------------------------
commit 7bd1dc5dd5d0da9c5e476fc709f9cf1065203185
Author: Björn Jacke <bj at sernet.de>
Date:   Sat Mar 10 11:15:12 2012 +0100

    s3: fix build on AIX
    
    Autobuild-User: Björn Jacke <bj at sernet.de>
    Autobuild-Date: Sat Mar 10 19:07:20 CET 2012 on sn-devel-104

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

Summary of changes:
 source3/utils/interact.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/interact.c b/source3/utils/interact.c
index a18e56c..39ec707 100644
--- a/source3/utils/interact.c
+++ b/source3/utils/interact.c
@@ -24,9 +24,10 @@
  *
  */
 
+#include "includes.h"
+
 #include "interact.h"
 
-#include "includes.h"
 #include <termios.h>
 
 static const char* get_editor(void) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list