[SCM] Samba Shared Repository - branch master updated

Björn Jacke bjacke at samba.org
Wed Sep 22 12:19:27 MDT 2010


The branch, master has been updated
       via  9b73bb0 libreplace: fix endless strerror_r has been redefined warnings on AIX
      from  0027af0 s4-drs-test: Relax a check that may possibly fail

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


- Log -----------------------------------------------------------------
commit 9b73bb0099d6b33d9e951895be3c877628b6c7dd
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Sep 22 11:16:47 2010 -0700

    libreplace: fix endless strerror_r has been redefined warnings on AIX

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

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 055dd71..8fde16c 100644
--- a/lib/replace/replace.h
+++ b/lib/replace/replace.h
@@ -513,6 +513,7 @@ char *rep_get_current_dir_name(void);
 #endif
 
 #if !defined(HAVE_STRERROR_R) || !defined(STRERROR_R_PROTO_COMPATIBLE)
+#undef strerror_r
 #define strerror_r rep_strerror_r
 int rep_strerror_r(int errnum, char *buf, size_t buflen);
 #endif


-- 
Samba Shared Repository


More information about the samba-cvs mailing list