From 6f2aa010fb0606d74907077e6004193046cffa08 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 16 Jan 2006 21:39:33 +0000 Subject: Convert to hidden_def --- libutil/forkpty.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libutil/forkpty.c') diff --git a/libutil/forkpty.c b/libutil/forkpty.c index 6843221cd..572c22200 100644 --- a/libutil/forkpty.c +++ b/libutil/forkpty.c @@ -17,15 +17,15 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define openpty __openpty -#define login_tty __login_tty - #include #include #include #include #include +libutil_hidden_proto(openpty) +libutil_hidden_proto(login_tty) + int forkpty (amaster, name, termp, winp) int *amaster; -- cgit v1.2.3