diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:41:39 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-08 08:41:39 +0000 |
commit | d0b0007290e8dc5dccd6ff7a0fb3640937e4ce63 (patch) | |
tree | b032f3fcecf9bec501255ffc857abd06daf3c263 /term | |
parent | 90b15428d6eebdebba07bc8c14a990ced8ef2644 (diff) |
1999-09-07 Thomas Bushnell, BSG <tb@mit.edu>
* users.c (trivfs_S_io_map): Renamed to ...
(trivfs_S_io_map_segment): ... here.
Diffstat (limited to 'term')
-rw-r--r-- | term/ChangeLog | 5 | ||||
-rw-r--r-- | term/users.c | 11 |
2 files changed, 11 insertions, 5 deletions
diff --git a/term/ChangeLog b/term/ChangeLog index 23bfcd38..868b1e8f 100644 --- a/term/ChangeLog +++ b/term/ChangeLog @@ -1,3 +1,8 @@ +1999-09-07 Thomas Bushnell, BSG <tb@mit.edu> + + * users.c (trivfs_S_io_map): Renamed to ... + (trivfs_S_io_map_segment): ... here. + 1999-07-23 Roland McGrath <roland@baalperazim.frob.com> * term.h (ILCASE, OLCASE): Use IUCLC, OLCUC if defined. diff --git a/term/users.c b/term/users.c index 60b7825f..e8054a01 100644 --- a/term/users.c +++ b/term/users.c @@ -2035,11 +2035,12 @@ trivfs_S_io_select (struct trivfs_protid *cred, } kern_return_t -trivfs_S_io_map (struct trivfs_protid *cred, - mach_port_t *rdobj, - mach_msg_type_name_t *rdtype, - mach_port_t *wrobj, - mach_msg_type_name_t *wrtype) +trivfs_S_io_map_segment (struct trivfs_protid *cred, + int index, + mach_port_t *rdobj, + mach_msg_type_name_t *rdtype, + mach_port_t *wrobj, + mach_msg_type_name_t *wrtype) { return EOPNOTSUPP; } |