[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed Jun 27 16:46:02 MDT 2012


The branch, master has been updated
       via  0a1aaca replace: define INT64_MAX when not defined
      from  666dba3 s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers

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


- Log -----------------------------------------------------------------
commit 0a1aaca1bd88ae83f287511a6a510c5a886dc60b
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Jun 27 19:23:15 2012 +0200

    replace: define INT64_MAX when not defined
    
    Tru64 doesn't have any stdint.h
    
    Autobuild-User(master): Björn Jacke <bj at sernet.de>
    Autobuild-Date(master): Thu Jun 28 00:45:58 CEST 2012 on sn-devel-104

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

Summary of changes:
 lib/replace/replace.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index bb271d4..40e0648 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -586,6 +586,10 @@ int rep_strerror_r(int errnum, char *buf, size_t buflen);
 #define UINT64_MAX ((uint64_t)-1)
 #endif
 
+#ifndef INT64_MAX
+#define INT64_MAX 9223372036854775807
+#endif
+
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list