diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:45 +0000 |
commit | 5b6afff156a31d93937ddefc1a17e8a7f9786c93 (patch) | |
tree | a35cafb0c0d02396a849d42f9bfe6c02ab1076f5 /libdiskfs/dir-rename.c | |
parent | e98d8753bbf33056259ee80c2125acaf986f7364 (diff) |
Formerly dir-rename.c.~5~
Diffstat (limited to 'libdiskfs/dir-rename.c')
-rw-r--r-- | libdiskfs/dir-rename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/dir-rename.c b/libdiskfs/dir-rename.c index 7917d364..069f9908 100644 --- a/libdiskfs/dir-rename.c +++ b/libdiskfs/dir-rename.c @@ -24,7 +24,7 @@ static struct mutex renamedirlock = MUTEX_INITIALIZER; /* Implement dir_rename as described in <hurd/fs.defs>. */ -error_t +kern_return_t diskfs_S_dir_rename (struct protid *fromcred, char *fromname, struct protid *tocred, |