From 2a061ebb71bf7a93d5e7ed71fa13dd7005745965 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 13 Sep 1999 06:35:11 +0000 Subject: Reverted changes related to io_map_segment. --- libnetfs/iostubs.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'libnetfs/iostubs.c') diff --git a/libnetfs/iostubs.c b/libnetfs/iostubs.c index b07c947d..1465b43a 100644 --- a/libnetfs/iostubs.c +++ b/libnetfs/iostubs.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995, 1999 Free Software Foundation, Inc. + Copyright (C) 1995 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -30,14 +30,6 @@ netfs_S_io_map (struct protid *user, return EOPNOTSUPP; } -error_t -netfs_S_io_map_segment (struct protid *user, int index, - mach_port_t *rdobj, mach_msg_type_name_t *rdobjtype, - mach_port_t *wrobj, mach_msg_type_name_t *wrobjtype) -{ - return EOPNOTSUPP; -} - error_t netfs_S_io_map_cntl (struct protid *user, mach_port_t *obj, @@ -95,4 +87,3 @@ netfs_S_io_sigio (struct protid *user) { return EOPNOTSUPP; } - -- cgit v1.2.3