diff options
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/boot/boot.c b/boot/boot.c index 3bb5bc03..ab401872 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1,6 +1,6 @@ /* Load a task using the single server, and then run it as if we were the kernel. - Copyright (C) 1993, 94, 95, 96, 97, 98 Free Software Foundation, Inc. + Copyright (C) 1993, 94, 95, 96, 97, 98, 1999 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -1857,6 +1857,12 @@ S_io_identity (mach_port_t obj, return EOPNOTSUPP; } +kern_return_t +S_io_revoke (mach_port_t obj) +{ + return EOPNOTSUPP; +} + /* Implementation of the Hurd terminal driver interface, which we only |