diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/compat/hpux/hpux_tty.c | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/compat/hpux/hpux_tty.c')
-rw-r--r-- | sys/compat/hpux/hpux_tty.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/hpux/hpux_tty.c b/sys/compat/hpux/hpux_tty.c index 2bff4d874e6..2ec5cf55e7e 100644 --- a/sys/compat/hpux/hpux_tty.c +++ b/sys/compat/hpux/hpux_tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hpux_tty.c,v 1.7 2002/02/13 19:08:06 art Exp $ */ +/* $OpenBSD: hpux_tty.c,v 1.8 2002/03/14 01:26:49 millert Exp $ */ /* $NetBSD: hpux_tty.c,v 1.14 1997/04/01 19:59:05 scottr Exp $ */ /* @@ -80,8 +80,8 @@ hpux_termio(fd, com, data, p) struct hpux_termios htios; int line, error; int newi = 0; - int (*ioctlrout) __P((struct file *fp, u_long com, - caddr_t data, struct proc *p)); + int (*ioctlrout)(struct file *fp, u_long com, + caddr_t data, struct proc *p); if ((fp = fd_getfile(p->p_fd, fd)) == NULL) return (EBADF); |