diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-20 23:10:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-20 23:10:07 +0000 |
commit | e54979501a308b9d5fced0110a8d17546efe6f79 (patch) | |
tree | e64eb9e3986f26ce060b7015ea7feaf301152cfa /boot/boot.c | |
parent | 1aa37a4b63a02574805f6fe6e3693e80d382eaca (diff) |
1999-03-20 Roland McGrath <roland@baalperazim.frob.com>
* boot.c (S_term_get_peername): New function.
Diffstat (limited to 'boot/boot.c')
-rw-r--r-- | boot/boot.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boot/boot.c b/boot/boot.c index 6c00619c..12aadf20 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -1922,6 +1922,13 @@ kern_return_t S_term_get_nodename ) { return EOPNOTSUPP; } +kern_return_t S_term_get_peername +( + io_t terminal, + string_t name +) +{ return EOPNOTSUPP; } + kern_return_t S_term_set_filenode ( io_t terminal, |