[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1680-gc94c04e

Volker Lendecke vl at samba.org
Fri Jan 25 19:50:09 GMT 2008


The branch, v3-2-test has been updated
       via  c94c04e3e6f6ae243a55534a76654755bff55651 (commit)
      from  f53658a20de07a29abbe2e90917b328d00fc0024 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit c94c04e3e6f6ae243a55534a76654755bff55651
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jan 25 20:52:20 2008 +0100

    Attempt to fix the build on OpenBSD
    
    Thanks to metze for pointing this out

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

Summary of changes:
 source/modules/vfs_xattr_tdb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_xattr_tdb.c b/source/modules/vfs_xattr_tdb.c
index 208066b..171022b 100644
--- a/source/modules/vfs_xattr_tdb.c
+++ b/source/modules/vfs_xattr_tdb.c
@@ -579,7 +579,7 @@ static bool xattr_tdb_init(int snum, struct db_context **p_db)
 				      lock_path("xattr.tdb"));
 
 	if (dbname == NULL) {
-		errno = ENOTSUP;
+		errno = ENOSYS;
 		return false;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list