From 6f378c68d569b423dd522568451633d20eb58ed8 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 8 Sep 1999 08:40:12 +0000 Subject: 1999-09-07 Thomas Bushnell, BSG * iostubs.c (netfs_S_io_map_segment): New function. --- libnetfs/ChangeLog | 4 ++++ libnetfs/iostubs.c | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'libnetfs') diff --git a/libnetfs/ChangeLog b/libnetfs/ChangeLog index 8c1828a1..3a4ae9f8 100644 --- a/libnetfs/ChangeLog +++ b/libnetfs/ChangeLog @@ -1,3 +1,7 @@ +1999-09-07 Thomas Bushnell, BSG + + * iostubs.c (netfs_S_io_map_segment): New function. + 1999-07-11 Roland McGrath * file-get-storage-info.c: Add #include . diff --git a/libnetfs/iostubs.c b/libnetfs/iostubs.c index 1465b43a..b07c947d 100644 --- a/libnetfs/iostubs.c +++ b/libnetfs/iostubs.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1999 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -30,6 +30,14 @@ 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, @@ -87,3 +95,4 @@ netfs_S_io_sigio (struct protid *user) { return EOPNOTSUPP; } + -- cgit v1.2.3