[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-252-g334c6e6

Stefan Metzmacher metze at samba.org
Fri Jan 30 16:54:42 GMT 2009


The branch, master has been updated
       via  334c6e6b78de8529fce0061efd5249f8fe2d256f (commit)
       via  9cf1175d331369a5552b770f6189f49e4bff44b8 (commit)
      from  cdca75dee67ebfee62b44273d7d5ae5f123c477b (commit)

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


- Log -----------------------------------------------------------------
commit 334c6e6b78de8529fce0061efd5249f8fe2d256f
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jan 30 17:53:04 2009 +0100

    s4:heimdal_build: include "system/network.h" via config.h wrapper
    
    This fixes build problems on Tru64.
    
    metze

commit 9cf1175d331369a5552b770f6189f49e4bff44b8
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri Jan 30 17:52:37 2009 +0100

    heimdal:camellia-ntt.c: include config.h as first header
    
    metze

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

Summary of changes:
 source4/heimdal/lib/hcrypto/camellia-ntt.c |    3 +++
 source4/heimdal_build/config.h             |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/heimdal/lib/hcrypto/camellia-ntt.c b/source4/heimdal/lib/hcrypto/camellia-ntt.c
index 70b0268..c6e3485 100644
--- a/source4/heimdal/lib/hcrypto/camellia-ntt.c
+++ b/source4/heimdal/lib/hcrypto/camellia-ntt.c
@@ -23,6 +23,9 @@
  *  http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include <string.h>
 #include <stdlib.h>
diff --git a/source4/heimdal_build/config.h b/source4/heimdal_build/config.h
index e15c6ef..5f21da2 100644
--- a/source4/heimdal_build/config.h
+++ b/source4/heimdal_build/config.h
@@ -8,6 +8,7 @@
 
 #include "include/config.h"
 #include "../replace/replace.h"
+#include "system/network.h"
 
 #define RCSID(msg) struct __rcsid { int __rcsdi; }
 #define KRB5


-- 
Samba Shared Repository


More information about the samba-cvs mailing list