diff options
| author | cegger <cegger@NetBSD.org> | 2009-03-15 15:55:51 +0000 |
|---|---|---|
| committer | cegger <cegger@NetBSD.org> | 2009-03-15 15:55:51 +0000 |
| commit | 9fca5da61680660b00e0978652b3aa7aac7e55ad (patch) | |
| tree | 95ba1584f95a92c11de960dec13d70c5f997f84a /sys/compat/linux/common/linux_exec.c | |
| parent | 7038d1e471f5d9ed64310faa02c9ea7803991a6f (diff) | |
ansify function definitions
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index d77fd8e60c5..a12b60a5bdf 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.111 2009/03/14 21:04:18 dsl Exp $ */ +/* $NetBSD: linux_exec.c,v 1.112 2009/03/15 15:55:51 cegger Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000, 2007, 2008 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.111 2009/03/14 21:04:18 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.112 2009/03/15 15:55:51 cegger Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -371,10 +371,7 @@ linux_nptl_proc_exit(struct proc *p) } void -linux_nptl_proc_fork(p, parent, luserret) - struct proc *p; - struct proc *parent; - void (*luserret)(void); +linux_nptl_proc_fork(struct proc *p, struct proc *parent, void (*luserret)(void)) { struct linux_emuldata *e = p->p_emuldata; |
