From e54979501a308b9d5fced0110a8d17546efe6f79 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 20 Mar 1999 23:10:07 +0000 Subject: 1999-03-20 Roland McGrath * boot.c (S_term_get_peername): New function. --- boot/boot.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'boot') 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, -- cgit v1.2.3