From 0b10c67c0c2b2bf3ea1f55eff092739e435433c1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 25 Jan 2008 20:52:20 +0100 Subject: Attempt to fix the build on OpenBSD Thanks to metze for pointing this out (This used to be commit c94c04e3e6f6ae243a55534a76654755bff55651) --- source3/modules/vfs_xattr_tdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_xattr_tdb.c') diff --git a/source3/modules/vfs_xattr_tdb.c b/source3/modules/vfs_xattr_tdb.c index 208066bedc..171022b01b 100644 --- a/source3/modules/vfs_xattr_tdb.c +++ b/source3/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; } -- cgit