[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Sat Jun 2 18:06:05 MDT 2012


The branch, master has been updated
       via  33eb88e libreplace: Use true rather than True in xattr.c
      from  e7dcb912 libreplace: Fix build on MacOS where we have the same fn name but more arguments

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


- Log -----------------------------------------------------------------
commit 33eb88e6deeba554ff2d8a862ea67aa35ffafae9
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Sun Jun 3 08:14:00 2012 +1000

    libreplace: Use true rather than True in xattr.c
    
    This should fix the build on IRIX.
    
    Andrew Bartlett
    
    Autobuild-User: Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date: Sun Jun  3 02:05:35 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/lib/replace/xattr.c b/lib/replace/xattr.c
index c08ac3a..6518f31 100644
--- a/lib/replace/xattr.c
+++ b/lib/replace/xattr.c
@@ -257,7 +257,7 @@ static ssize_t irix_attr_list(const char *path, int filedes, char *list, size_t
 	size_t ent_size, left = size;
 	char *bp = list;
 
-	while (True) {
+	while (true) {
 	    if (filedes)
 		retval = attr_listf(filedes, attr_buffer, ATTR_MAX_VALUELEN, flags, cursor);
 	    else
@@ -283,7 +283,7 @@ static ssize_t irix_attr_list(const char *path, int filedes, char *list, size_t
 	if (retval == 0) {
 	    flags |= ATTR_ROOT;
 	    cursor = 0;
-	    while (True) {
+	    while (true) {
 		if (filedes)
 		    retval = attr_listf(filedes, attr_buffer, ATTR_MAX_VALUELEN, flags, cursor);
 		else


-- 
Samba Shared Repository


More information about the samba-cvs mailing list