[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Aug 23 07:10:35 MDT 2010


The branch, master has been updated
       via  481044f... replace: Fix ifndefs for formatting defines.
      from  85ebc49... s4-devel: added a getncchanges developer script

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


- Log -----------------------------------------------------------------
commit 481044f8b303236bc9932b91ed689bb189382494
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Aug 23 15:10:07 2010 +0200

    replace: Fix ifndefs for formatting defines.
    
    Thanks to Michael Brown for pointing this out.

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

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


Changeset truncated at 500 lines:

diff --git a/lib/replace/replace.h b/lib/replace/replace.h
index 713634e..4efcb4c 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -81,13 +81,13 @@
 #ifndef PRIi8
 # define PRIi8		"i"
 #endif
-#ifndef PRIi8
+#ifndef PRIi16
 # define PRIi16		"i"
 #endif
-#ifndef PRIi8
+#ifndef PRIi32
 # define PRIi32		"i"
 #endif
-#ifndef PRIi8
+#ifndef PRIi64
 # define PRIi64		__PRI64_PREFIX "i"
 #endif
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list