summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-02-16 10:57:17 +0000
committerThomas Bushnell <thomas@gnu.org>1999-02-16 10:57:17 +0000
commit3dc4ad6a33b34d6a9df0f58c38cc9a94772cb0d9 (patch)
tree3854f120450b43c554d9cd7e74aaa9eb51072ff7 /pfinet
parent113320c6cc5d0b527b8d14ec9df1c6b07496bc3b (diff)
Tue Feb 16 05:50:27 1999 Thomas Bushnell, BSG <tb@mit.edu>
* io-ops.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.)
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/ChangeLog5
-rw-r--r--pfinet/io-ops.c9
2 files changed, 13 insertions, 1 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 537bab64..a9e16134 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 16 05:50:27 1999 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * io-ops.c (S_io_revoke): New function. Don't attempt to
+ implement. (Other systems don't even permit non-file revokes.)
+
1998-10-24 Roland McGrath <roland@baalperazim.frob.com>
* ethernet.c (ethernet_open): Check error return from device_open and
diff --git a/pfinet/io-ops.c b/pfinet/io-ops.c
index 2261bf9f..b5457977 100644
--- a/pfinet/io-ops.c
+++ b/pfinet/io-ops.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
Written by Michael I. Bushnell, p/BSG.
This file is part of the GNU Hurd.
@@ -513,6 +513,13 @@ S_io_identity (struct sock_user *user,
return 0;
}
+error_t
+S_io_revoke (struct sock_user *user)
+{
+ /* XXX maybe we should try */
+ return EOPNOTSUPP;
+}
+
error_t