diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:24 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:24 +0000 |
commit | d393485b0b4b94f86928e594c9c2f1e62372a826 (patch) | |
tree | b4d42c9c1bc050e467a2f0349f6d295646d6db96 /libdiskfs/io-reauthenticate.c | |
parent | 6093b2a89dbaab8de14f5ddd328b4190c0886fff (diff) |
Formerly io-reauthenticate.c.~5~
Diffstat (limited to 'libdiskfs/io-reauthenticate.c')
-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 2300221a..6b0a532c 100644 --- a/libdiskfs/io-reauthenticate.c +++ b/libdiskfs/io-reauthenticate.c @@ -20,7 +20,7 @@ /* Implement io_reathenticate as described in <hurd/io.defs>. */ error_t -S_io_reauthenticate (struct protid *cred, +diskfs_S_io_reauthenticate (struct protid *cred, int rend_int) { struct protid *newcred; |