diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:26 +0000 |
commit | f62b88ce5422971236dd45628f4615eff5ba05fd (patch) | |
tree | 76a9f96e0aa47927751e310fedf7f5702a6efc82 | |
parent | c6ad7ae849ed290bf1be4b55819f83b5d18587d3 (diff) |
Formerly io-get-conch.c.~4~
-rw-r--r-- | libdiskfs/io-get-conch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-get-conch.c b/libdiskfs/io-get-conch.c index a3d87d20..ffd19ab8 100644 --- a/libdiskfs/io-get-conch.c +++ b/libdiskfs/io-get-conch.c @@ -20,7 +20,7 @@ /* Implement io_get_conch as described in <hurd/io.defs>. */ error_t -S_io_get_conch (struct protid *cred) +diskfs_S_io_get_conch (struct protid *cred) { struct node *np; |