From c94c04e3e6f6ae243a55534a76654755bff55651 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 25 Jan 2008 20:52:20 +0100 Subject: [PATCH] Attempt to fix the build on OpenBSD Thanks to metze for pointing this out --- source/modules/vfs_xattr_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/vfs_xattr_tdb.c b/source/modules/vfs_xattr_tdb.c index 208066bedca..171022b01b6 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; } -- 2.11.4.GIT