diff options
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, |