From 561bf758ec66553a04a454ea4a8c7bd94898a9e4 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 16 Feb 1999 10:57:35 +0000 Subject: Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG * io.c (S_io_revoke): New function. Don't attempt to implement. (Other systems don't even permit non-file revokes.) --- pflocal/ChangeLog | 5 +++++ pflocal/io.c | 9 ++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/pflocal/ChangeLog b/pflocal/ChangeLog index b4ea9e2d..1f26dcff 100644 --- a/pflocal/ChangeLog +++ b/pflocal/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 16 05:52:35 1999 Thomas Bushnell, BSG + + * io.c (S_io_revoke): New function. Don't attempt to implement. + (Other systems don't even permit non-file revokes.) + 1998-10-20 Roland McGrath * io.c (S_io_select): Add braces to silence gcc warning. diff --git a/pflocal/io.c b/pflocal/io.c index 58522ac6..4d5b733d 100644 --- a/pflocal/io.c +++ b/pflocal/io.c @@ -1,6 +1,6 @@ /* Socket I/O operations - Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 1998, 1999 Free Software Foundation, Inc. Written by Miles Bader @@ -510,9 +510,16 @@ S_io_identity (struct sock_user *user, return err; } + /* Stubs for currently unsupported rpcs. */ +error_t +S_io_revoke (struct sock_user *user) +{ + return EOPNOTSUPP; +} + error_t S_io_async(struct sock_user *user, mach_port_t notify_port, -- cgit v1.2.3