diff options
| author | dsl <dsl@NetBSD.org> | 2007-12-19 20:31:35 +0000 |
|---|---|---|
| committer | dsl <dsl@NetBSD.org> | 2007-12-19 20:31:35 +0000 |
| commit | d975bc8ffaf41e64fe40f6ea7e8bba80f9d45f4d (patch) | |
| tree | e0a0f45d18b64fced80e05da434a2a10e9d364b6 | |
| parent | f97bd8894f2e6239f9c961d376e8794745b0a1fc (diff) | |
Remove all the __P
58 files changed, 225 insertions, 225 deletions
diff --git a/sys/lkm/compat/aoutm68k/lkminit_emul.c b/sys/lkm/compat/aoutm68k/lkminit_emul.c index 4ef1c92fa56..3fa547201e2 100644 --- a/sys/lkm/compat/aoutm68k/lkminit_emul.c +++ b/sys/lkm/compat/aoutm68k/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.7 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.8 2007/12/19 20:31:35 dsl 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.7 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.8 2007/12/19 20:31:35 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -61,7 +61,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.7 2005/12/11 12:24:47 christos Ex extern const struct emul emul_netbsd_aoutm68k; -int compat_aoutm68k_lkmentry __P((struct lkm_table *, int, int)); +int compat_aoutm68k_lkmentry(struct lkm_table *, int, int); static struct execsw exec_netbsd_aoutm68k = /* Native a.out */ diff --git a/sys/lkm/compat/freebsd/lkminit_emul.c b/sys/lkm/compat/freebsd/lkminit_emul.c index 0eef67a3daf..a65969d4d5f 100644 --- a/sys/lkm/compat/freebsd/lkminit_emul.c +++ b/sys/lkm/compat/freebsd/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.8 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.9 2007/12/19 20:31:35 dsl 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.8 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.9 2007/12/19 20:31:35 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.8 2005/12/11 12:24:47 christos Ex #include <sys/errno.h> extern const struct emul emul_freebsd; -int compat_freebsd_lkmentry __P((struct lkm_table *, int, int)); +int compat_freebsd_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/hpux/lkminit_emul.c b/sys/lkm/compat/hpux/lkminit_emul.c index 2f00c1eb076..e3a063b10c8 100644 --- a/sys/lkm/compat/hpux/lkminit_emul.c +++ b/sys/lkm/compat/hpux/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.6 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.7 2007/12/19 20:31:35 dsl 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.6 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.7 2007/12/19 20:31:35 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.6 2005/12/11 12:24:47 christos Ex extern const struct emul emul_hpux; -int compat_hpux_lkmentry __P((struct lkm_table *, int, int)); +int compat_hpux_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/ibcs2/lkminit_emul.c b/sys/lkm/compat/ibcs2/lkminit_emul.c index 5f4b5b5c996..33b68948cbd 100644 --- a/sys/lkm/compat/ibcs2/lkminit_emul.c +++ b/sys/lkm/compat/ibcs2/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.5 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.6 2007/12/19 20:31:35 dsl 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.5 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.6 2007/12/19 20:31:35 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.5 2005/12/11 12:24:47 christos Ex extern const struct emul emul_ibcs2; -int compat_ibcs2_lkmentry __P((struct lkm_table *, int, int)); +int compat_ibcs2_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/irix/lkminit_emul.c b/sys/lkm/compat/irix/lkminit_emul.c index d2d8f3b2421..9c10e9d062a 100644 --- a/sys/lkm/compat/irix/lkminit_emul.c +++ b/sys/lkm/compat/irix/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.4 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.5 2007/12/19 20:31:36 dsl Exp $ */ /*- * Copyright (c) 2002, 1996 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.4 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.5 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.4 2005/12/11 12:24:47 christos Ex extern const struct emul emul_irix; -int compat_irix_lkmentry __P((struct lkm_table *, int, int)); +int compat_irix_lkmentry(struct lkm_table *, int, int); /* * declare the emulation @@ -57,8 +57,8 @@ MOD_COMPAT("compat_irix", -1, &emul_irix); /* * take care of emulation specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_emul_irix_log; /* diff --git a/sys/lkm/compat/linux/lkminit_emul.c b/sys/lkm/compat/linux/lkminit_emul.c index bc91c30e4a5..25e95d1d268 100644 --- a/sys/lkm/compat/linux/lkminit_emul.c +++ b/sys/lkm/compat/linux/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.6 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.7 2007/12/19 20:31:36 dsl 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.6 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.7 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.6 2005/12/11 12:24:47 christos Ex extern const struct emul emul_linux; -int compat_linux_lkmentry __P((struct lkm_table *, int, int)); +int compat_linux_lkmentry(struct lkm_table *, int, int); /* * declare the emulation @@ -61,8 +61,8 @@ MOD_COMPAT("compat_linux", -1, &emul_linux); /* * take care of emulation specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_compat_linux_log, *_emul_linux_log; extern struct sysctlnode linux_sysctl_root; diff --git a/sys/lkm/compat/netbsd32/lkminit_emul.c b/sys/lkm/compat/netbsd32/lkminit_emul.c index 54bc31e6ad1..dec92588e0a 100644 --- a/sys/lkm/compat/netbsd32/lkminit_emul.c +++ b/sys/lkm/compat/netbsd32/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.8 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.9 2007/12/19 20:31:36 dsl 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.8 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.9 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -54,7 +54,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.8 2005/12/11 12:24:47 christos Ex extern const struct emul emul_netbsd32; -int compat_netbsd32_lkmentry __P((struct lkm_table *, int, int)); +int compat_netbsd32_lkmentry(struct lkm_table *, int, int); /* * declare the emulation @@ -64,8 +64,8 @@ MOD_COMPAT("compat_netbsd32", -1, &emul_netbsd32); /* * take care of emulation specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_emul_netbsd32_log; /* diff --git a/sys/lkm/compat/osf1/lkminit_emul.c b/sys/lkm/compat/osf1/lkminit_emul.c index 6fd08816140..12a7bef7ba6 100644 --- a/sys/lkm/compat/osf1/lkminit_emul.c +++ b/sys/lkm/compat/osf1/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.7 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.8 2007/12/19 20:31:36 dsl 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.7 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.8 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.7 2005/12/11 12:24:47 christos Ex extern const struct emul emul_osf1; -int compat_osf1_lkmentry __P((struct lkm_table *, int, int)); +int compat_osf1_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/sunos/lkminit_emul.c b/sys/lkm/compat/sunos/lkminit_emul.c index 2576a8208ab..94f55d7b56a 100644 --- a/sys/lkm/compat/sunos/lkminit_emul.c +++ b/sys/lkm/compat/sunos/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.7 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.8 2007/12/19 20:31:36 dsl 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.7 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.8 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.7 2005/12/11 12:24:47 christos Ex extern const struct emul emul_sunos; -int compat_sunos_lkmentry __P((struct lkm_table *, int, int)); +int compat_sunos_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/sunos32/lkminit_emul.c b/sys/lkm/compat/sunos32/lkminit_emul.c index 5c76742b1d2..48c1a251b22 100644 --- a/sys/lkm/compat/sunos32/lkminit_emul.c +++ b/sys/lkm/compat/sunos32/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.5 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.6 2007/12/19 20:31:36 dsl 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.5 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.6 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.5 2005/12/11 12:24:47 christos Ex extern const struct emul emul_sunos; -int compat_sunos32_lkmentry __P((struct lkm_table *, int, int)); +int compat_sunos32_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/svr4/lkminit_emul.c b/sys/lkm/compat/svr4/lkminit_emul.c index b33206ec1bc..63684ff8005 100644 --- a/sys/lkm/compat/svr4/lkminit_emul.c +++ b/sys/lkm/compat/svr4/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.10 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.11 2007/12/19 20:31:36 dsl 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.10 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.11 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -48,10 +48,10 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.10 2005/12/11 12:24:47 christos E extern const struct emul emul_svr4; -int compat_svr4_lkmentry __P((struct lkm_table *, int, int)); +int compat_svr4_lkmentry(struct lkm_table *, int, int); -static int svr4_init __P((struct lkm_table *lkmtp, int cmd)); -static int svr4_done __P((struct lkm_table *lkmtp, int cmd)); +static int svr4_init(struct lkm_table *lkmtp, int cmd); +static int svr4_done(struct lkm_table *lkmtp, int cmd); /* * declare the emulation @@ -84,7 +84,7 @@ svr4_init(lkmtp, cmd) * overkill given that only svr4 compat needs an initialization. */ #define IDTVEC(name) __CONCAT(X, name) - extern void IDTVEC(svr4_fasttrap) __P((void)); + extern void IDTVEC(svr4_fasttrap)(void); setgate(&idt[0xd2], &IDTVEC(svr4_fasttrap), 0, SDT_SYS386TGT, SEL_UPL, GSEL(GCODE_SEL, SEL_KPL)); diff --git a/sys/lkm/compat/svr4_32/lkminit_emul.c b/sys/lkm/compat/svr4_32/lkminit_emul.c index 94ac5a15354..2857b744a26 100644 --- a/sys/lkm/compat/svr4_32/lkminit_emul.c +++ b/sys/lkm/compat/svr4_32/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.4 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.5 2007/12/19 20:31:36 dsl 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.4 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.5 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.4 2005/12/11 12:24:47 christos Ex extern const struct emul emul_svr4_32; -int compat_svr4_32_lkmentry __P((struct lkm_table *, int, int)); +int compat_svr4_32_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/compat/ultrix/lkminit_emul.c b/sys/lkm/compat/ultrix/lkminit_emul.c index 65d62b57e16..ce46fd738cd 100644 --- a/sys/lkm/compat/ultrix/lkminit_emul.c +++ b/sys/lkm/compat/ultrix/lkminit_emul.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_emul.c,v 1.6 2005/12/11 12:24:47 christos Exp $ */ +/* $NetBSD: lkminit_emul.c,v 1.7 2007/12/19 20:31:36 dsl 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.6 2005/12/11 12:24:47 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.7 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_emul.c,v 1.6 2005/12/11 12:24:47 christos Ex extern const struct emul emul_ultrix; -int compat_ultrix_lkmentry __P((struct lkm_table *, int, int)); +int compat_ultrix_lkmentry(struct lkm_table *, int, int); /* * declare the emulation diff --git a/sys/lkm/exec/aout/lkminit_exec.c b/sys/lkm/exec/aout/lkminit_exec.c index 0d15280672b..925ddb0c19a 100644 --- a/sys/lkm/exec/aout/lkminit_exec.c +++ b/sys/lkm/exec/aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.6 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.7 2007/12/19 20:31:36 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.6 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2007/12/19 20:31:36 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -47,7 +47,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.6 2005/12/11 12:24:48 christos Ex #include <sys/lkm.h> #include <sys/signalvar.h> -int exec_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_aout_lkmentry(struct lkm_table *, int, int); extern const struct emul emul_netbsd; /* XXX */ diff --git a/sys/lkm/exec/elf/lkminit_exec.c b/sys/lkm/exec/elf/lkminit_exec.c index a76a7619166..4ad79ac62c4 100644 --- a/sys/lkm/exec/elf/lkminit_exec.c +++ b/sys/lkm/exec/elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.9 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.9 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -48,7 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:48 christos Ex #include <sys/exec_elf.h> #include <sys/signalvar.h> -int exec_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_elf_lkmentry(struct lkm_table *, int, int); extern const struct emul emul_netbsd; /* XXX */ extern int netbsd_elf32_probe(struct lwp *, struct exec_package *, void *, diff --git a/sys/lkm/exec/freebsd_aout/lkminit_exec.c b/sys/lkm/exec/freebsd_aout/lkminit_exec.c index 0e7ff5d5ce0..bbd98b23e53 100644 --- a/sys/lkm/exec/freebsd_aout/lkminit_exec.c +++ b/sys/lkm/exec/freebsd_aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/freebsd/freebsd_exec.h> -int exec_freebsd_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_freebsd_aout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_freebsd_aout = /* FreeBSD a.out (native word size) */ diff --git a/sys/lkm/exec/freebsd_elf/lkminit_exec.c b/sys/lkm/exec/freebsd_elf/lkminit_exec.c index b6057d9a1d8..208fc15ba80 100644 --- a/sys/lkm/exec/freebsd_elf/lkminit_exec.c +++ b/sys/lkm/exec/freebsd_elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.11 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.12 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.12 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2005/12/11 12:24:48 christos E #include <compat/freebsd/freebsd_exec.h> -int exec_freebsd_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_freebsd_elf_lkmentry(struct lkm_table *, int, int); static struct execsw exec_freebsd_elf = /* FreBSD Elf32 (probe not 64-bit safe) */ diff --git a/sys/lkm/exec/hpux_aout/lkminit_exec.c b/sys/lkm/exec/hpux_aout/lkminit_exec.c index 1da856a6db5..0a7045dbcfb 100644 --- a/sys/lkm/exec/hpux_aout/lkminit_exec.c +++ b/sys/lkm/exec/hpux_aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/hpux/hpux_exec.h> -int exec_hpux_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_hpux_aout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_hpux_aout = /* HP-UX a.out for m68k (native word size) */ diff --git a/sys/lkm/exec/ibcs2_coff/lkminit_exec.c b/sys/lkm/exec/ibcs2_coff/lkminit_exec.c index 20e463535e1..09de096a508 100644 --- a/sys/lkm/exec/ibcs2_coff/lkminit_exec.c +++ b/sys/lkm/exec/ibcs2_coff/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/ibcs2/ibcs2_exec.h> #include <machine/ibcs2_machdep.h> -int exec_ibcs2_coff_lkmentry __P((struct lkm_table *, int, int)); +int exec_ibcs2_coff_lkmentry(struct lkm_table *, int, int); static struct execsw exec_ibcs2_coff = /* iBCS2 COFF (native word size) */ diff --git a/sys/lkm/exec/ibcs2_elf/lkminit_exec.c b/sys/lkm/exec/ibcs2_elf/lkminit_exec.c index dd26152e34c..705c44a2533 100644 --- a/sys/lkm/exec/ibcs2_elf/lkminit_exec.c +++ b/sys/lkm/exec/ibcs2_elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.10 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.11 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.10 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.10 2005/12/11 12:24:48 christos E #include <compat/ibcs2/ibcs2_exec.h> -int exec_ibcs2_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_ibcs2_elf_lkmentry(struct lkm_table *, int, int); static struct execsw exec_ibcs2_elf = /* SCO Elf32 */ diff --git a/sys/lkm/exec/ibcs2_xout/lkminit_exec.c b/sys/lkm/exec/ibcs2_xout/lkminit_exec.c index 8cc6db67579..daf3759713a 100644 --- a/sys/lkm/exec/ibcs2_xout/lkminit_exec.c +++ b/sys/lkm/exec/ibcs2_xout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:37 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/ibcs2/ibcs2_exec.h> #include <machine/ibcs2_machdep.h> -int exec_ibcs2_xout_lkmentry __P((struct lkm_table *, int, int)); +int exec_ibcs2_xout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_ibcs2_xout = /* iBCS2 x.out (native word size) */ diff --git a/sys/lkm/exec/linux_aout/lkminit_exec.c b/sys/lkm/exec/linux_aout/lkminit_exec.c index aad2e5feed9..7b88e4daae9 100644 --- a/sys/lkm/exec/linux_aout/lkminit_exec.c +++ b/sys/lkm/exec/linux_aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/linux/common/linux_exec.h> -int exec_linux_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_linux_aout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_linux_aout = /* Linux a.out (native word size) */ diff --git a/sys/lkm/exec/linux_elf/lkminit_exec.c b/sys/lkm/exec/linux_elf/lkminit_exec.c index 1d03f8101b7..013aac0d3bf 100644 --- a/sys/lkm/exec/linux_elf/lkminit_exec.c +++ b/sys/lkm/exec/linux_elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.11 2007/10/19 18:52:13 njoly Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.12 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2007/10/19 18:52:13 njoly Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.12 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2007/10/19 18:52:13 njoly Exp #include <compat/linux/common/linux_exec.h> -int exec_linux_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_linux_elf_lkmentry(struct lkm_table *, int, int); static struct execsw exec_linux_elf = /* Linux Elf */ diff --git a/sys/lkm/exec/m68k4k/lkminit_exec.c b/sys/lkm/exec/m68k4k/lkminit_exec.c index 47d5e2c3c05..58b3ede2af1 100644 --- a/sys/lkm/exec/m68k4k/lkminit_exec.c +++ b/sys/lkm/exec/m68k4k/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -49,7 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/m68k4k/m68k4k_exec.h> -int exec_m68k4k_lkmentry __P((struct lkm_table *, int, int)); +int exec_m68k4k_lkmentry(struct lkm_table *, int, int); static struct execsw exec_m68k4k = /* NetBSD a.out for m68k4k */ diff --git a/sys/lkm/exec/netbsd32_aout/lkminit_exec.c b/sys/lkm/exec/netbsd32_aout/lkminit_exec.c index eb48b0e2c6f..1d80f6a8812 100644 --- a/sys/lkm/exec/netbsd32_aout/lkminit_exec.c +++ b/sys/lkm/exec/netbsd32_aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <sys/exec_aout.h> #include <compat/netbsd32/netbsd32_exec.h> -int exec_netbsd32_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_netbsd32_aout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_netbsd32_aout = /* 32-bit NetBSD a.out on 64-bit */ diff --git a/sys/lkm/exec/netbsd32_elf/lkminit_exec.c b/sys/lkm/exec/netbsd32_elf/lkminit_exec.c index f12f8af7102..5d764c8701f 100644 --- a/sys/lkm/exec/netbsd32_elf/lkminit_exec.c +++ b/sys/lkm/exec/netbsd32_elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.9 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.10 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.9 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.10 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.9 2005/12/11 12:24:48 christos Ex #include <compat/netbsd32/netbsd32_exec.h> -int exec_netbsd32_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_netbsd32_elf_lkmentry(struct lkm_table *, int, int); static struct execsw exec_netbsd32_elf = /* Elf32 NetBSD on 64-bit */ diff --git a/sys/lkm/exec/osf1_ecoff/lkminit_exec.c b/sys/lkm/exec/osf1_ecoff/lkminit_exec.c index 26880f8f7dc..7b61ec17271 100644 --- a/sys/lkm/exec/osf1_ecoff/lkminit_exec.c +++ b/sys/lkm/exec/osf1_ecoff/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.9 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.9 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -51,7 +51,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:48 christos Ex #include <compat/osf1/osf1.h> #include <compat/osf1/osf1_exec.h> -int exec_osf1_ecoff_lkmentry __P((struct lkm_table *, int, int)); +int exec_osf1_ecoff_lkmentry(struct lkm_table *, int, int); static struct execsw exec_osf1_ecoff = /* OSF/1 (Digital Unix) ECOFF */ diff --git a/sys/lkm/exec/pecoff/lkminit_exec.c b/sys/lkm/exec/pecoff/lkminit_exec.c index 62588e05b53..c8656551309 100644 --- a/sys/lkm/exec/pecoff/lkminit_exec.c +++ b/sys/lkm/exec/pecoff/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.6 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.7 2007/12/19 20:31:38 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.6 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2007/12/19 20:31:38 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.6 2005/12/11 12:24:48 christos Ex #include <sys/exec_coff.h> #include <compat/pecoff/pecoff_exec.h> -int exec_pecoff_lkmentry __P((struct lkm_table *, int, int)); +int exec_pecoff_lkmentry(struct lkm_table *, int, int); static struct execsw exec_pecoff = /* Win32/WinCE PE/COFF (native word size) */ diff --git a/sys/lkm/exec/sunos32_aout/lkminit_exec.c b/sys/lkm/exec/sunos32_aout/lkminit_exec.c index 07adc4f6a95..cf3d16f943b 100644 --- a/sys/lkm/exec/sunos32_aout/lkminit_exec.c +++ b/sys/lkm/exec/sunos32_aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/netbsd32/netbsd32_exec.h> #include <compat/sunos32/sunos32_exec.h> -int exec_sunos32_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_sunos32_aout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_sunos32_aout = /* 32-bit SunOS a.out on 64-bit */ diff --git a/sys/lkm/exec/sunos_aout/lkminit_exec.c b/sys/lkm/exec/sunos_aout/lkminit_exec.c index 2ac89c3c56e..a6e4aea923c 100644 --- a/sys/lkm/exec/sunos_aout/lkminit_exec.c +++ b/sys/lkm/exec/sunos_aout/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -49,7 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:48 christos Ex #include <compat/sunos/sunos_exec.h> -int exec_sunos_aout_lkmentry __P((struct lkm_table *, int, int)); +int exec_sunos_aout_lkmentry(struct lkm_table *, int, int); static struct execsw exec_sunos_aout = /* SunOS a.out (native word size) */ diff --git a/sys/lkm/exec/svr4_32_elf/lkminit_exec.c b/sys/lkm/exec/svr4_32_elf/lkminit_exec.c index 8394b7fa4e0..561a0c414dc 100644 --- a/sys/lkm/exec/svr4_32_elf/lkminit_exec.c +++ b/sys/lkm/exec/svr4_32_elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.9 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.9 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -54,7 +54,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2005/12/11 12:24:49 christos Ex #include <compat/svr4_32/svr4_32_types.h> #include <compat/svr4_32/svr4_32_exec.h> -int exec_svr4_32_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_svr4_32_elf_lkmentry(struct lkm_table *, int, int); static struct execsw exec_svr4_32_elf = /* SVR4 Elf32 on 64-bit */ diff --git a/sys/lkm/exec/svr4_elf/lkminit_exec.c b/sys/lkm/exec/svr4_elf/lkminit_exec.c index 3ab4d6944fb..8824f2f43ae 100644 --- a/sys/lkm/exec/svr4_elf/lkminit_exec.c +++ b/sys/lkm/exec/svr4_elf/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.11 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.12 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.12 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -55,7 +55,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.11 2005/12/11 12:24:49 christos E #include <compat/svr4/svr4_exec.h> -int exec_svr4_elf_lkmentry __P((struct lkm_table *, int, int)); +int exec_svr4_elf_lkmentry(struct lkm_table *, int, int); static struct execsw exec_svr4_elf = #if ELFSIZE == 32 diff --git a/sys/lkm/exec/ultrix_ecoff/lkminit_exec.c b/sys/lkm/exec/ultrix_ecoff/lkminit_exec.c index 68f27cb420e..7f4c27d96d8 100644 --- a/sys/lkm/exec/ultrix_ecoff/lkminit_exec.c +++ b/sys/lkm/exec/ultrix_ecoff/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -50,7 +50,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:49 christos Ex #include <compat/ultrix/ultrix_exec.h> -int exec_ultrix_ecoff_lkmentry __P((struct lkm_table *, int, int)); +int exec_ultrix_ecoff_lkmentry(struct lkm_table *, int, int); static struct execsw exec_ultrix_ecoff = /* Ultrix ECOFF */ diff --git a/sys/lkm/exec/vax1k/lkminit_exec.c b/sys/lkm/exec/vax1k/lkminit_exec.c index 6e29c86fed8..02b9176a73f 100644 --- a/sys/lkm/exec/vax1k/lkminit_exec.c +++ b/sys/lkm/exec/vax1k/lkminit_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.8 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -49,7 +49,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_exec.c,v 1.7 2005/12/11 12:24:49 christos Ex #include <compat/vax1k/vax1k_exec.h> -int exec_vax1k_lkmentry __P((struct lkm_table *, int, int)); +int exec_vax1k_lkmentry(struct lkm_table *, int, int); static struct execsw exec_vax1k = /* NetBSD vax1k a.out */ diff --git a/sys/lkm/misc/example/example_misc.c b/sys/lkm/misc/example/example_misc.c index dd37584c36c..7bd8bd1b332 100644 --- a/sys/lkm/misc/example/example_misc.c +++ b/sys/lkm/misc/example/example_misc.c @@ -33,17 +33,17 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $NetBSD: example_misc.c,v 1.4 2005/12/11 12:24:49 christos Exp $ + * $NetBSD: example_misc.c,v 1.5 2007/12/19 20:31:39 dsl Exp $ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: example_misc.c,v 1.4 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: example_misc.c,v 1.5 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> #include <sys/systm.h> -int misccall __P((struct lwp *, void *, register_t *)); +int misccall(struct lwp *, void *, register_t *); /* * This is the actual code for system call... it can be static because diff --git a/sys/lkm/misc/example/lkminit_misc.c b/sys/lkm/misc/example/lkminit_misc.c index e7bd7773063..efb7a09c871 100644 --- a/sys/lkm/misc/example/lkminit_misc.c +++ b/sys/lkm/misc/example/lkminit_misc.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_misc.c,v 1.6 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_misc.c,v 1.7 2007/12/19 20:31:39 dsl Exp $ */ /* * Makefile for miscmod @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_misc.c,v 1.6 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_misc.c,v 1.7 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -53,10 +53,10 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_misc.c,v 1.6 2005/12/11 12:24:49 christos Ex #include <sys/syscall.h> -int misccall __P((struct lwp *, void *, register_t *)); -int misc_example_lkmentry __P((struct lkm_table *lkmtp, int, int)); +int misccall(struct lwp *, void *, register_t *); +int misc_example_lkmentry(struct lkm_table *lkmtp, int, int); -static int miscmod_handle __P((struct lkm_table *, int)); +static int miscmod_handle(struct lkm_table *, int); /* * These two entries define our system call and module information. We @@ -98,7 +98,7 @@ miscmod_handle( lkmtp, cmd) int i; struct lkm_misc *args = lkmtp->private.lkm_misc; int err = 0; /* default = success*/ - extern int sys_lkmnosys __P((struct lwp *, void *, register_t *)); + extern int sys_lkmnosys(struct lwp *, void *, register_t *); switch( cmd) { case LKM_E_LOAD: diff --git a/sys/lkm/syscall/example/example_syscall.c b/sys/lkm/syscall/example/example_syscall.c index 9637417a821..f20bd12e7e4 100644 --- a/sys/lkm/syscall/example/example_syscall.c +++ b/sys/lkm/syscall/example/example_syscall.c @@ -1,4 +1,4 @@ -/* $NetBSD: example_syscall.c,v 1.5 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: example_syscall.c,v 1.6 2007/12/19 20:31:39 dsl Exp $ */ /* * example_syscall.c @@ -37,13 +37,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: example_syscall.c,v 1.5 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: example_syscall.c,v 1.6 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> #include <sys/systm.h> -int example_syscall __P((struct lwp *, void *, register_t *)); +int example_syscall(struct lwp *, void *, register_t *); /* * This is the actual code for system call... it can be static because diff --git a/sys/lkm/syscall/example/lkminit_syscall.c b/sys/lkm/syscall/example/lkminit_syscall.c index 84cc678107f..ddc6a595429 100644 --- a/sys/lkm/syscall/example/lkminit_syscall.c +++ b/sys/lkm/syscall/example/lkminit_syscall.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_syscall.c,v 1.7 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_syscall.c,v 1.8 2007/12/19 20:31:39 dsl Exp $ */ /* * Makefile for newsyscall @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_syscall.c,v 1.7 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_syscall.c,v 1.8 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/ioctl.h> @@ -51,10 +51,10 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_syscall.c,v 1.7 2005/12/11 12:24:49 christos #include <sys/errno.h> -int example_syscall __P((struct lwp *, void *, register_t *)); -int syscall_example_lkmentry __P((struct lkm_table *, int, int)); +int example_syscall(struct lwp *, void *, register_t *); +int syscall_example_lkmentry(struct lkm_table *, int, int); -static int syscall_load __P((struct lkm_table *, int)); +static int syscall_load(struct lkm_table *, int); /* * These two entries define our system call and module information. We diff --git a/sys/lkm/vfs/adosfs/lkminit_vfs.c b/sys/lkm/vfs/adosfs/lkminit_vfs.c index 3449a4ca8b7..2e4cbbf5d66 100644 --- a/sys/lkm/vfs/adosfs/lkminit_vfs.c +++ b/sys/lkm/vfs/adosfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.7 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.8 2007/12/19 20:31:39 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.7 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2007/12/19 20:31:39 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.7 2005/12/11 12:24:49 christos Exp #include <fs/adosfs/adosfs.h> -int adosfs_lkmentry __P((struct lkm_table *, int, int)); +int adosfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("adosfs", -1, &adosfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_adosfs_log; /* diff --git a/sys/lkm/vfs/cd9660/lkminit_vfs.c b/sys/lkm/vfs/cd9660/lkminit_vfs.c index 0cc2f6a7095..e1fcf37da51 100644 --- a/sys/lkm/vfs/cd9660/lkminit_vfs.c +++ b/sys/lkm/vfs/cd9660/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.4 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.5 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.4 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.4 2005/12/11 12:24:49 christos Exp #include <fs/cd9660/iso.h> #include <fs/cd9660/cd9660_extern.h> -int cd9660_lkmentry __P((struct lkm_table *, int, int)); +int cd9660_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("cd9660", -1, &cd9660_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_cd9660_log; /* diff --git a/sys/lkm/vfs/filecorefs/lkminit_vfs.c b/sys/lkm/vfs/filecorefs/lkminit_vfs.c index 01c955fd46b..546d66cc29b 100644 --- a/sys/lkm/vfs/filecorefs/lkminit_vfs.c +++ b/sys/lkm/vfs/filecorefs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.5 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.6 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.6 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5 2005/12/11 12:24:49 christos Exp #include <fs/filecorefs/filecore.h> #include <fs/filecorefs/filecore_extern.h> -int filecorefs_lkmentry __P((struct lkm_table *, int, int)); +int filecorefs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("filecorefs", -1, &filecore_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_filecorefs_log; /* diff --git a/sys/lkm/vfs/miscfs/fdesc/lkminit_vfs.c b/sys/lkm/vfs/miscfs/fdesc/lkminit_vfs.c index d4bf5bd6192..dd0d893d03c 100644 --- a/sys/lkm/vfs/miscfs/fdesc/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/fdesc/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:49 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:49 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:49 christos Exp #include <miscfs/fdesc/fdesc.h> -int fdesc_lkmentry __P((struct lkm_table *, int, int)); +int fdesc_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("fdesc", -1, &fdesc_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_fdesc_log; /* diff --git a/sys/lkm/vfs/miscfs/kernfs/lkminit_vfs.c b/sys/lkm/vfs/miscfs/kernfs/lkminit_vfs.c index 433f4629d48..e48b6103232 100644 --- a/sys/lkm/vfs/miscfs/kernfs/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/kernfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <miscfs/kernfs/kernfs.h> -int kernfs_lkmentry __P((struct lkm_table *, int, int)); +int kernfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("kernfs", -1, &kernfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_kernfs_log; /* diff --git a/sys/lkm/vfs/miscfs/nullfs/lkminit_vfs.c b/sys/lkm/vfs/miscfs/nullfs/lkminit_vfs.c index 8ba0a945f1b..645ce21b8f4 100644 --- a/sys/lkm/vfs/miscfs/nullfs/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/nullfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.10 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.10 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp #include <sys/vnode.h> #include <miscfs/nullfs/null.h> -int nullfs_lkmentry __P((struct lkm_table *, int, int)); +int nullfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("nullfs", -1, &nullfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_nullfs_log; /* diff --git a/sys/lkm/vfs/miscfs/overlay/lkminit_vfs.c b/sys/lkm/vfs/miscfs/overlay/lkminit_vfs.c index c1bcdedc91d..8e425280bcf 100644 --- a/sys/lkm/vfs/miscfs/overlay/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/overlay/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.6 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.7 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.6 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.7 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.6 2005/12/11 12:24:50 christos Exp #include <sys/vnode.h> #include <miscfs/overlay/overlay.h> -int overlay_lkmentry __P((struct lkm_table *, int, int)); +int overlay_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("overlay", -1, &overlay_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_overlay_log; /* diff --git a/sys/lkm/vfs/miscfs/portal/lkminit_vfs.c b/sys/lkm/vfs/miscfs/portal/lkminit_vfs.c index d5c76bf5c49..7efea7d850c 100644 --- a/sys/lkm/vfs/miscfs/portal/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/portal/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <miscfs/portal/portal.h> -int portal_lkmentry __P((struct lkm_table *, int, int)); +int portal_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("portal", -1, &portal_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_portal_log; /* diff --git a/sys/lkm/vfs/miscfs/procfs/lkminit_vfs.c b/sys/lkm/vfs/miscfs/procfs/lkminit_vfs.c index 47d062adbec..168e6ad3986 100644 --- a/sys/lkm/vfs/miscfs/procfs/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/procfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <miscfs/procfs/procfs.h> -int procfs_lkmentry __P((struct lkm_table *, int, int)); +int procfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("procfs", -1, &procfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_procfs_log; /* diff --git a/sys/lkm/vfs/miscfs/umapfs/lkminit_vfs.c b/sys/lkm/vfs/miscfs/umapfs/lkminit_vfs.c index 6427944f04c..e323180b303 100644 --- a/sys/lkm/vfs/miscfs/umapfs/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/umapfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.10 2007/12/19 20:31:40 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.10 2007/12/19 20:31:40 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp #include <sys/vnode.h> #include <miscfs/umapfs/umap.h> -int umapfs_lkmentry __P((struct lkm_table *, int, int)); +int umapfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("umapfs", -1, &umapfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_umapfs_log; /* diff --git a/sys/lkm/vfs/miscfs/union/lkminit_vfs.c b/sys/lkm/vfs/miscfs/union/lkminit_vfs.c index 35de276eb26..131d33c3bb4 100644 --- a/sys/lkm/vfs/miscfs/union/lkminit_vfs.c +++ b/sys/lkm/vfs/miscfs/union/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.10 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.10 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2005/12/11 12:24:50 christos Exp #include <fs/union/union.h> -int union_lkmentry __P((struct lkm_table *, int, int)); +int union_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("union", -1, &union_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_union_log; /* diff --git a/sys/lkm/vfs/msdosfs/lkminit_vfs.c b/sys/lkm/vfs/msdosfs/lkminit_vfs.c index 2be831434e3..79e606d06be 100644 --- a/sys/lkm/vfs/msdosfs/lkminit_vfs.c +++ b/sys/lkm/vfs/msdosfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <fs/msdosfs/bpb.h> #include <fs/msdosfs/msdosfsmount.h> -int msdosfs_lkmentry __P((struct lkm_table *, int, int)); +int msdosfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("msdosfs", -1, &msdosfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_msdosfs_log; /* diff --git a/sys/lkm/vfs/ntfs/lkminit_vfs.c b/sys/lkm/vfs/ntfs/lkminit_vfs.c index 079f4566113..69ea9539709 100644 --- a/sys/lkm/vfs/ntfs/lkminit_vfs.c +++ b/sys/lkm/vfs/ntfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <fs/ntfs/ntfs.h> #include <fs/ntfs/ntfs_vfsops.h> -int ntfs_lkmentry __P((struct lkm_table *, int, int)); +int ntfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -68,8 +68,8 @@ MOD_VFS("ntfs", -1, &ntfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_ntfs_log; /* diff --git a/sys/lkm/vfs/puffs/lkminit_vfs.c b/sys/lkm/vfs/puffs/lkminit_vfs.c index 170928ee4be..8847e3bef03 100644 --- a/sys/lkm/vfs/puffs/lkminit_vfs.c +++ b/sys/lkm/vfs/puffs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.2 2007/11/13 18:35:56 pooka Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.3 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -40,13 +40,13 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.2 2007/11/13 18:35:56 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.3 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/lkm.h> -static int puffs_dispatch_vfs __P((struct lkm_table *, int, int)); -int puffs_lkmentry __P((struct lkm_table *, int, int)); +static int puffs_dispatch_vfs(struct lkm_table *, int, int); +int puffs_lkmentry(struct lkm_table *, int, int); /* * The VFS part of module. diff --git a/sys/lkm/vfs/smbfs/lkminit_vfs.c b/sys/lkm/vfs/smbfs/lkminit_vfs.c index ee2517e6d8c..88335302e8f 100644 --- a/sys/lkm/vfs/smbfs/lkminit_vfs.c +++ b/sys/lkm/vfs/smbfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.5 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.6 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.6 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -55,7 +55,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.5 2005/12/11 12:24:50 christos Exp #include <fs/smbfs/smbfs_subr.h> -int smbfs_lkmentry __P((struct lkm_table *, int, int)); +int smbfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -70,8 +70,8 @@ MOD_VFS("smbfs", -1, &smbfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_smbfs_log; /* diff --git a/sys/lkm/vfs/udf/lkminit_vfs.c b/sys/lkm/vfs/udf/lkminit_vfs.c index 869c7c94de2..b96f42ba671 100644 --- a/sys/lkm/vfs/udf/lkminit_vfs.c +++ b/sys/lkm/vfs/udf/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.1 2006/02/02 15:19:16 reinoud Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.2 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.1 2006/02/02 15:19:16 reinoud Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.2 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.1 2006/02/02 15:19:16 reinoud Exp #include <fs/udf/udf_mount.h> -int udf_lkmentry __P((struct lkm_table *, int, int)); +int udf_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question diff --git a/sys/lkm/vfs/ufs/ext2fs/lkminit_vfs.c b/sys/lkm/vfs/ufs/ext2fs/lkminit_vfs.c index 72f0a282a8d..6da0425841c 100644 --- a/sys/lkm/vfs/ufs/ext2fs/lkminit_vfs.c +++ b/sys/lkm/vfs/ufs/ext2fs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.6 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.7 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.6 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.7 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.6 2005/12/11 12:24:50 christos Exp #include <ufs/ext2fs/ext2fs_extern.h> -int ext2fs_lkmentry __P((struct lkm_table *, int, int)); +int ext2fs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("ext2fs", -1, &ext2fs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_ext2fs_log; /* diff --git a/sys/lkm/vfs/ufs/ffs/lkminit_vfs.c b/sys/lkm/vfs/ufs/ffs/lkminit_vfs.c index c68f5471450..f48ee2d9731 100644 --- a/sys/lkm/vfs/ufs/ffs/lkminit_vfs.c +++ b/sys/lkm/vfs/ufs/ffs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <ufs/ffs/ffs_extern.h> -int ffs_lkmentry __P((struct lkm_table *, int, int)); +int ffs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -62,8 +62,8 @@ extern struct vfsops ffs_vfsops; /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_ffs_log; /* diff --git a/sys/lkm/vfs/ufs/lfs/lkminit_vfs.c b/sys/lkm/vfs/ufs/lfs/lkminit_vfs.c index f723bc07f6c..6670631c00e 100644 --- a/sys/lkm/vfs/ufs/lfs/lkminit_vfs.c +++ b/sys/lkm/vfs/ufs/lfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.12 2007/02/09 21:55:36 ad Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.13 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.12 2007/02/09 21:55:36 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.13 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -56,10 +56,10 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.12 2007/02/09 21:55:36 ad Exp $"); #include <ufs/lfs/lfs_extern.h> -int lfs_lkmentry __P((struct lkm_table *, int, int)); +int lfs_lkmentry(struct lkm_table *, int, int); -static int lfs_load __P((struct lkm_table *, int)); -static int lfs_unload __P((struct lkm_table *, int)); +static int lfs_load(struct lkm_table *, int); +static int lfs_unload(struct lkm_table *, int); static struct sysctllog *_lfs_log; #define LFS_SYSENT_CNT 4 diff --git a/sys/lkm/vfs/ufs/mfs/lkminit_vfs.c b/sys/lkm/vfs/ufs/mfs/lkminit_vfs.c index d331880ec67..05715c41ef2 100644 --- a/sys/lkm/vfs/ufs/mfs/lkminit_vfs.c +++ b/sys/lkm/vfs/ufs/mfs/lkminit_vfs.c @@ -1,4 +1,4 @@ -/* $NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $ */ +/* $NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.9 2007/12/19 20:31:41 dsl Exp $"); #include <sys/param.h> #include <sys/sysctl.h> @@ -52,7 +52,7 @@ __KERNEL_RCSID(0, "$NetBSD: lkminit_vfs.c,v 1.8 2005/12/11 12:24:50 christos Exp #include <ufs/mfs/mfs_extern.h> -int mfs_lkmentry __P((struct lkm_table *, int, int)); +int mfs_lkmentry(struct lkm_table *, int, int); /* * This is the vfsops table for the file system in question @@ -67,8 +67,8 @@ MOD_VFS("mfs", -1, &mfs_vfsops); /* * take care of fs specific sysctl nodes */ -static int load __P((struct lkm_table *, int)); -static int unload __P((struct lkm_table *, int)); +static int load(struct lkm_table *, int); +static int unload(struct lkm_table *, int); static struct sysctllog *_mfs_log; /* |
