From 11975abb2c891e563dbed51a52c050ea0b05b8a4 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 May 2008 08:47:51 +0000 Subject: - remove old-style definitions. No object-code changes. --- libutil/forkpty.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'libutil/forkpty.c') diff --git a/libutil/forkpty.c b/libutil/forkpty.c index 572c22200..61e85929a 100644 --- a/libutil/forkpty.c +++ b/libutil/forkpty.c @@ -27,11 +27,7 @@ libutil_hidden_proto(openpty) libutil_hidden_proto(login_tty) int -forkpty (amaster, name, termp, winp) - int *amaster; - char *name; - struct termios *termp; - struct winsize *winp; +forkpty (int *amaster, char *name, struct termios *termp, struct winsize *winp) { int master, slave, pid; -- cgit v1.2.3