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/linux32/common/linux32_sysctl.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sys/compat/linux32/common/linux32_sysctl.c') diff --git a/sys/compat/linux32/common/linux32_sysctl.c b/sys/compat/linux32/common/linux32_sysctl.c index adf789ebc9c..d1aba2582b5 100644 --- a/sys/compat/linux32/common/linux32_sysctl.c +++ b/sys/compat/linux32/common/linux32_sysctl.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux32_sysctl.c,v 1.6 2007/08/15 12:07:30 ad Exp $ */ +/* $NetBSD: linux32_sysctl.c,v 1.7 2007/12/08 18:36:12 dsl Exp $ */ /*- * Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved. @@ -31,7 +31,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ #include -__KERNEL_RCSID(0, "$NetBSD: linux32_sysctl.c,v 1.6 2007/08/15 12:07:30 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux32_sysctl.c,v 1.7 2007/12/08 18:36:12 dsl Exp $"); #include #include @@ -146,10 +146,7 @@ SYSCTL_SETUP(linux32_sysctl_setup, "linux32 emulated sysctl subtree setup") } int -linux32_sys___sysctl(l, v, retval) - struct lwp *l; - void *v; - register_t *retval; +linux32_sys___sysctl(struct lwp *l, void *v, register_t *retval) { struct linux32_sys___sysctl_args /* { syscallarg(linux32___sysctlp_t) lsp; -- cgit