Source-Changes-HG archive

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

[src/trunk]: src/sys kill __P.



details:   https://anonhg.NetBSD.org/src/rev/43e4d5916b9b
branches:  trunk
changeset: 573200:43e4d5916b9b
user:      oki <oki%NetBSD.org@localhost>
date:      Sat Jan 22 01:36:59 2005 +0000

description:
kill __P.

diffstat:

 sys/compat/pecoff/pecoff_exec.h      |  8 ++++----
 sys/lkm/compat/pecoff/lkminit_emul.c |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (48 lines):

diff -r beb229ce16b2 -r 43e4d5916b9b sys/compat/pecoff/pecoff_exec.h
--- a/sys/compat/pecoff/pecoff_exec.h   Fri Jan 21 22:57:30 2005 +0000
+++ b/sys/compat/pecoff/pecoff_exec.h   Sat Jan 22 01:36:59 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pecoff_exec.h,v 1.7 2004/07/18 04:36:42 kent Exp $     */
+/*     $NetBSD: pecoff_exec.h,v 1.8 2005/01/22 01:36:59 oki Exp $      */
 
 /*
  * Copyright (c) 2000 Masaru OKI
@@ -116,8 +116,8 @@
 extern const struct emul emul_pecoff;
 
 struct exec_package;
-int     exec_pecoff_makecmds __P((struct proc *, struct exec_package *));
-int    pecoff_copyargs __P((struct proc *, struct exec_package *,
-    struct ps_strings *, char **, void *));
+int     exec_pecoff_makecmds (struct proc *, struct exec_package *);
+int    pecoff_copyargs (struct proc *, struct exec_package *,
+    struct ps_strings *, char **, void *);
 
 #endif
diff -r beb229ce16b2 -r 43e4d5916b9b sys/lkm/compat/pecoff/lkminit_emul.c
--- a/sys/lkm/compat/pecoff/lkminit_emul.c      Fri Jan 21 22:57:30 2005 +0000
+++ b/sys/lkm/compat/pecoff/lkminit_emul.c      Sat Jan 22 01:36:59 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lkminit_emul.c,v 1.2 2002/03/27 20:54:29 kent Exp $ */
+/* $NetBSD: lkminit_emul.c,v 1.3 2005/01/22 01:38:38 oki Exp $ */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.2 2002/03/27 20:54:29 kent Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.3 2005/01/22 01:38:38 oki Exp $");
 
 #include <sys/param.h>
 #include <sys/syscall.h>
@@ -52,7 +52,7 @@
 extern struct sysent pecoff_sysent[];  /* sys/compat/pecoff/pecoff_sysent.c*/
 
 int compat_pecoff_lkmload(struct lkm_table *lkmtp, int cmd);
-int compat_pecoff_lkmentry __P((struct lkm_table *, int, int));
+int compat_pecoff_lkmentry (struct lkm_table *, int, int);
 
 /*
  * declare the emulation



Home | Main Index | Thread Index | Old Index