From 1062c10a868b291bcfcaf2a5ea696b6bbb4acb37 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 16 Sep 1997 11:44:05 +0000 Subject: Fixed gratuitous ANSIisms. --- sys/kern/tty_pty.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/kern/tty_pty.c') diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c index 34e1029..db06962 100644 --- a/sys/kern/tty_pty.c +++ b/sys/kern/tty_pty.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)tty_pty.c 8.4 (Berkeley) 2/20/95 - * $Id: tty_pty.c,v 1.45 1997/09/02 20:05:55 bde Exp $ + * $Id: tty_pty.c,v 1.46 1997/09/14 02:40:45 peter Exp $ */ /* @@ -790,8 +790,10 @@ ptyioctl(dev, cmd, data, flag, p) static ptc_devsw_installed = 0; +static void ptc_drvinit __P((void *unused)); static void -ptc_drvinit(void *unused) +ptc_drvinit(unused) + void *unused; { #ifdef DEVFS int i,j,k; -- cgit v1.1