diff options
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; |