diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:15:46 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-05-09 22:15:46 +0000 |
commit | 8c2ba63062d70c9b48b8e14c77cfd432f3779d77 (patch) | |
tree | 0624d5faca0be1bc1f1da03a3dcce4c69d739e91 /libnetfs/io-select.c | |
parent | 328d20a313449e825a0f652ee8debb8a74a65ac4 (diff) |
(netfs_S_io_select): No longer has TAG parm.
Diffstat (limited to 'libnetfs/io-select.c')
-rw-r--r-- | libnetfs/io-select.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libnetfs/io-select.c b/libnetfs/io-select.c index b6668a06..07ce9e75 100644 --- a/libnetfs/io-select.c +++ b/libnetfs/io-select.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -23,8 +23,7 @@ error_t netfs_S_io_select (struct protid *user, - int *type, - int *tag) + int *type) { if (!user) return EOPNOTSUPP; |