diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:22 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-14 21:44:22 +0000 |
commit | f62b3be048d9576d4375f03d4b5a76cc43333e31 (patch) | |
tree | 3a9ace161932674a562efc493c40d1549227b1a7 /libdiskfs | |
parent | d3405e2102a570b115727a7fe1d8b6bb56f11ed0 (diff) |
Formerly io-modes-set.c.~4~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/io-modes-set.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libdiskfs/io-modes-set.c b/libdiskfs/io-modes-set.c index ae1610ec..0bb8c44f 100644 --- a/libdiskfs/io-modes-set.c +++ b/libdiskfs/io-modes-set.c @@ -21,8 +21,8 @@ /* Implement io_set_all_openmodes as described in <hurd/io.defs>. */ error_t -S_io_set_all_openmodes (struct protid *cred, - int newbits) +diskfs_S_io_set_all_openmodes (struct protid *cred, + int newbits) { if (!cred) return EOPNOTSUPP; |