From 388c148f25434f4e174131cf4f91bc9410a32c0f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 10 May 1996 13:18:45 +0000 Subject: (S_io_identity): New function. --- boot/boot.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'boot') 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 -- cgit v1.2.3