Change fd_close_posix() to return int instead of NTSTATUS.
authorMichael Adam <obnox@samba.org>
Fri, 11 Jan 2008 12:28:28 +0000 (13:28 +0100)
committerMichael Adam <obnox@samba.org>
Sun, 20 Apr 2008 22:21:24 +0000 (00:21 +0200)
commit2f8dde9ec8110557c23df6ea66913a7d39425415
treefd8df180eb0b0051c34fef2fd5c0616bc040ea38
parent96e9e83ee021db69179fe924144e6ba3dea1b73d
Change fd_close_posix() to return int instead of NTSTATUS.

The errno is handed up through the VFS layer to the callers.

Michael
(This used to be commit d928e6648d61cf2d3c1b77db440efb835b729a84)
source3/locking/posix.c
source3/modules/vfs_default.c