From 8c2ba63062d70c9b48b8e14c77cfd432f3779d77 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 9 May 1996 22:15:46 +0000 Subject: (netfs_S_io_select): No longer has TAG parm. --- libnetfs/io-select.c | 5 ++--- 1 file 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; -- cgit v1.2.3