diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:18:45 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-10 13:18:45 +0000 |
commit | 388c148f25434f4e174131cf4f91bc9410a32c0f (patch) | |
tree | abdb2ab0fb8220fc7b21e82d1123bc8f639e726c | |
parent | e428c76ce419b0c62b5a2eccfa55675bebfa45f3 (diff) |
(S_io_identity): New function.
-rw-r--r-- | boot/boot.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c index 85cf6bd0..faf41b75 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1721,6 +1721,19 @@ S_io_pathconf (mach_port_t obj, return EOPNOTSUPP; } +kern_return_n +S_io_identity (mach_port_t obj, + mach_port_t reply, + mach_msg_type_name_t replytype, + mach_port_t *id, + mach_msg_type_name_t *idtype, + mach_port_t *fsid, + mach_msg_type_name_t *fsidtype, + int *fileno) +{ + return EOPNOTSUPP; +} + /* Implementation of the Hurd terminal driver interface, which we only |