From dd37c8af576dda26848fd6294b1794949ee53965 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Wed, 27 Mar 1996 22:18:35 +0000 Subject: (ps_tty_name): Use new `ps_' prefix for term rpcs. Include "ps_term.h". --- libps/tty.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libps/tty.c') diff --git a/libps/tty.c b/libps/tty.c index 9d89c665..9e7de577 100644 --- a/libps/tty.c +++ b/libps/tty.c @@ -27,6 +27,8 @@ #include "ps.h" #include "common.h" + +#include "ps_term.h" /* ---------------------------------------------------------------- */ @@ -69,7 +71,7 @@ ps_tty_name (struct ps_tty *tty) { string_t buf; - if (term_get_nodename (tty->port, buf) != 0) + if (ps_term_get_nodename (tty->port, buf) != 0) /* There is a terminal there, but we can't figure out its name. */ tty->name_state = PS_TTY_NAME_ERROR; else -- cgit v1.2.3