diff options
author | Roland McGrath <roland@gnu.org> | 2002-06-13 19:52:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-06-13 19:52:06 +0000 |
commit | 66dc0aea2da34d2e338658070efdba302e40e0ca (patch) | |
tree | 668d3bd44cdaeee07ae2ce5a1379cdbeb2e46ee2 /libtrivfs/io-version.c | |
parent | 7148058e002b508153970bcb9d4209c106e219f6 (diff) |
2002-06-13 Roland McGrath <roland@frob.com>
* io-version.c (trivfs_S_io_server_version): Fix receiver arg type.
Diffstat (limited to 'libtrivfs/io-version.c')
-rw-r--r-- | libtrivfs/io-version.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtrivfs/io-version.c b/libtrivfs/io-version.c index 3df9a0d3..ff820db9 100644 --- a/libtrivfs/io-version.c +++ b/libtrivfs/io-version.c @@ -1,5 +1,5 @@ -/* - Copyright (C) 1994 Free Software Foundation +/* + Copyright (C) 1994,2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -17,8 +17,8 @@ #include "priv.h" -kern_return_t -trivfs_S_io_server_version (mach_port_t obj, +kern_return_t +trivfs_S_io_server_version (trivfs_protid_t obj, mach_port_t reply, mach_msg_type_name_t replytype, char *name, |