From d3405e2102a570b115727a7fe1d8b6bb56f11ed0 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 14 Feb 1994 21:44:22 +0000 Subject: Formerly io-modes-get.c.~4~ --- libdiskfs/io-modes-get.c | 6 +++--- 1 file 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 . */ +/* Implement io_get_openmodes as described in . */ 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; -- cgit v1.2.3