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 | 265f9d29a190e0020363158706d32df4c9c575d3 (patch) | |
tree | 718670e4b18d535f85a21610a2f01de6b8cea955 /libdiskfs | |
parent | f62b88ce5422971236dd45628f4615eff5ba05fd (diff) |
Formerly io-rel-conch.c.~4~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-rel-conch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/io-rel-conch.c b/libdiskfs/io-rel-conch.c index 39bab55e..ac954782 100644 --- a/libdiskfs/io-rel-conch.c +++ b/libdiskfs/io-rel-conch.c @@ -20,7 +20,7 @@ /* Implement io_release_conch as described in <hurd/io.defs>. */ error_t -S_io_release_conch (struct protid *cred) +diskfs_S_io_release_conch (struct protid *cred) { struct node *np; |