diff options
Diffstat (limited to 'libdiskfs/file-lock.c')
-rw-r--r-- | libdiskfs/file-lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-lock.c b/libdiskfs/file-lock.c index 9e5d7ebc..4a348546 100644 --- a/libdiskfs/file-lock.c +++ b/libdiskfs/file-lock.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "priv.h" #include "fs_S.h" -error_t +kern_return_t diskfs_S_file_lock (struct protid *cred, int flags) { error_t err; |