Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/hpux Remove __P() and parameter names from a prot...



details:   https://anonhg.NetBSD.org/src/rev/2c39f729e576
branches:  trunk
changeset: 581708:2c39f729e576
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jun 03 23:05:46 2005 +0000

description:
Remove __P() and parameter names from a prototype declaration.

diffstat:

 sys/compat/hpux/hpux_tty.c |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 1989466cbfe7 -r 2c39f729e576 sys/compat/hpux/hpux_tty.c
--- a/sys/compat/hpux/hpux_tty.c        Fri Jun 03 23:04:16 2005 +0000
+++ b/sys/compat/hpux/hpux_tty.c        Fri Jun 03 23:05:46 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpux_tty.c,v 1.28 2004/11/07 04:08:37 david Exp $      */
+/*     $NetBSD: hpux_tty.c,v 1.29 2005/06/03 23:05:46 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1990, 1993
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpux_tty.c,v 1.28 2004/11/07 04:08:37 david Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpux_tty.c,v 1.29 2005/06/03 23:05:46 tsutsui Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_43.h"
@@ -123,8 +123,7 @@
        struct hpux_termios htios;
        int line, error;
        int newi = 0;
-       int (*ioctlrout) __P((struct file *fp, u_long com,
-           void *data, struct proc *p));
+       int (*ioctlrout)(struct file *, u_long, void *, struct proc *);
 
         if ((fp = fd_getfile(fdp, fd)) == NULL)
                 return EBADF;



Home | Main Index | Thread Index | Old Index