summaryrefslogtreecommitdiff
path: root/libtrivfs
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-11 15:58:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-11 15:58:35 +0000
commit29b909ed76e4db105c6a55f8df6e383623a50eee (patch)
tree4b488bb8d4a64f7f6f63b56375a46dfea4b7b3c3 /libtrivfs
parent2c142661b4c646f642a2c607ba4c7a1e0fff4862 (diff)
entered into RCS
Diffstat (limited to 'libtrivfs')
-rw-r--r--libtrivfs/io-version.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libtrivfs/io-version.c b/libtrivfs/io-version.c
index e8ff67bc..3df9a0d3 100644
--- a/libtrivfs/io-version.c
+++ b/libtrivfs/io-version.c
@@ -18,13 +18,13 @@
#include "priv.h"
kern_return_t
-trivfs_S_trivfs_io_server_version (mach_port_t obj,
- mach_port_t reply,
- mach_msg_type_name_t replytype,
- char *name,
- int *maj,
- int *min,
- int *edit)
+trivfs_S_io_server_version (mach_port_t obj,
+ mach_port_t reply,
+ mach_msg_type_name_t replytype,
+ char *name,
+ int *maj,
+ int *min,
+ int *edit)
{
return EOPNOTSUPP;
}