diff options
author | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:02 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-05-05 13:14:02 +0000 |
commit | 100b88aa15dc394feed8dc9ac8a004709628e5e5 (patch) | |
tree | d5326e7b85d255143abc260f019c8109b04a978b | |
parent | 4e812363ae2b932cbea1920cae02fb55a9acb180 (diff) |
Formerly io-reauthenticate.c.~6~
-rw-r--r-- | libdiskfs/io-reauthenticate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-reauthenticate.c b/libdiskfs/io-reauthenticate.c index 6b0a532c..2179f6f8 100644 --- a/libdiskfs/io-reauthenticate.c +++ b/libdiskfs/io-reauthenticate.c @@ -19,7 +19,7 @@ #include "io_S.h" /* Implement io_reathenticate as described in <hurd/io.defs>. */ -error_t +kern_return_t diskfs_S_io_reauthenticate (struct protid *cred, int rend_int) { |