diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:49 +0000 |
commit | 2402eee6ef410c9c327abf45f94c05bb770ba5ff (patch) | |
tree | ea29c115ea3d596e7208c4d50b401c2a157e615a /libdiskfs/file-lock-stat.c | |
parent | 5b0e91e7b2ef85aaeecef12ea860af383a7cce6d (diff) | |
download | hurd-2402eee6ef410c9c327abf45f94c05bb770ba5ff.tar.gz hurd-2402eee6ef410c9c327abf45f94c05bb770ba5ff.tar.bz2 hurd-2402eee6ef410c9c327abf45f94c05bb770ba5ff.zip |
entered into RCS
Diffstat (limited to 'libdiskfs/file-lock-stat.c')
-rw-r--r-- | libdiskfs/file-lock-stat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-lock-stat.c b/libdiskfs/file-lock-stat.c index 258bb367..ce291b76 100644 --- a/libdiskfs/file-lock-stat.c +++ b/libdiskfs/file-lock-stat.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_stat (struct protid *cred, int *mystatus, int *otherstatus) |