From 28bae79b2713013fa5c98bdd7a8bdde85ccc3ffd Mon Sep 17 00:00:00 2001 From: dsl Date: Sat, 8 Dec 2007 18:35:53 +0000 Subject: ANSIfy most of the function definitions in sys/compat (but not ndis). All by the magic of sed ... --- sys/compat/linux/common/linux_oldselect.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sys/compat/linux/common/linux_oldselect.c') diff --git a/sys/compat/linux/common/linux_oldselect.c b/sys/compat/linux/common/linux_oldselect.c index fe3655c125e..3c389a27360 100644 --- a/sys/compat/linux/common/linux_oldselect.c +++ b/sys/compat/linux/common/linux_oldselect.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_oldselect.c,v 1.54 2007/02/09 21:55:19 ad Exp $ */ +/* $NetBSD: linux_oldselect.c,v 1.55 2007/12/08 18:36:08 dsl Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_oldselect.c,v 1.54 2007/02/09 21:55:19 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_oldselect.c,v 1.55 2007/12/08 18:36:08 dsl Exp $"); #include #include @@ -62,10 +62,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_oldselect.c,v 1.54 2007/02/09 21:55:19 ad Exp * in registers on the i386 like Linux wants to. */ int -linux_sys_oldselect(l, v, retval) - struct lwp *l; - void *v; - register_t *retval; +linux_sys_oldselect(struct lwp *l, void *v, register_t *retval) { struct linux_sys_oldselect_args /* { syscallarg(struct linux_oldselect *) lsp; -- cgit