[SCM] Samba Shared Repository - branch master updated - b96329f4f9ed1f70d21c637f696f27a52af6955d

Jelmer Vernooij jelmer at samba.org
Tue Oct 14 01:44:26 GMT 2008


The branch, master has been updated
       via  b96329f4f9ed1f70d21c637f696f27a52af6955d (commit)
      from  396e53f9ffbaf1a70d2ffe327b3da56e24e62e17 (commit)

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


- Log -----------------------------------------------------------------
commit b96329f4f9ed1f70d21c637f696f27a52af6955d
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Oct 14 03:42:54 2008 +0200

    Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others)
    from inttypes.h.

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

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


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index c69ea6c..99fdf53 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -52,6 +52,7 @@
    which causes a warning storm on irix */
 #undef HAVE_INTTYPES_H
 #elif HAVE_INTTYPES_H
+#define __STDC_FORMAT_MACROS
 #include <inttypes.h>
 #endif
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list