summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2008-10-07 14:43:42 -0700
committerJeremy Allison <jra@samba.org>2008-10-07 14:43:42 -0700
commit2024d87cf5ffa0633225ed189fa48f0f56151e7e (patch)
tree9543d81d0ca8a307d5472df5a6cf759c41996b70 /source3/include
parentabf00f710dc3a4b3fab8058a4c4f0df37b1baac4 (diff)
downloadsamba-2024d87cf5ffa0633225ed189fa48f0f56151e7e.tar.gz
samba-2024d87cf5ffa0633225ed189fa48f0f56151e7e.tar.bz2
samba-2024d87cf5ffa0633225ed189fa48f0f56151e7e.zip
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Remove some unused calls from vfs_acl_xattr. Test for SD's on existing files. Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 30e309cd4e..d7acdcb910 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -515,6 +515,7 @@ void display_set_stderr(void);
/* The following definitions come from lib/errmap_unix.c */
NTSTATUS map_nt_error_from_unix(int unix_error);
+int map_errno_from_nt_status(NTSTATUS status);
/* The following definitions come from lib/events.c */