summaryrefslogtreecommitdiff
path: root/libdiskfs/io-modes-get.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-02-14 21:44:22 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-02-14 21:44:22 +0000
commitd3405e2102a570b115727a7fe1d8b6bb56f11ed0 (patch)
treea376d5a0967117f644d3526772f1cf645267b215 /libdiskfs/io-modes-get.c
parentc93b042ab4a3d1085f0da7903ada73bf5a27df1f (diff)
Formerly io-modes-get.c.~4~
Diffstat (limited to 'libdiskfs/io-modes-get.c')
-rw-r--r--libdiskfs/io-modes-get.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libdiskfs/io-modes-get.c b/libdiskfs/io-modes-get.c
index e7e488ec..dac4104f 100644
--- a/libdiskfs/io-modes-get.c
+++ b/libdiskfs/io-modes-get.c
@@ -18,10 +18,10 @@
#include "priv.h"
#include "io_S.h"
-/* Implement io_get_all_openmodes as described in <hurd/io.defs>. */
+/* Implement io_get_openmodes as described in <hurd/io.defs>. */
error_t
-S_io_get_all_openmodes (struct protid *cred,
- int *bits)
+diskfs_S_io_get_openmodes (struct protid *cred,
+ int *bits)
{
if (!cred)
return EOPNOTSUPP;