summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_sysinfo.c
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2007-12-08 18:35:53 +0000
committerdsl <dsl@NetBSD.org>2007-12-08 18:35:53 +0000
commit28bae79b2713013fa5c98bdd7a8bdde85ccc3ffd (patch)
treee96dcadb2e523d907f659aa130436e909e7bfd97 /sys/compat/linux32/common/linux32_sysinfo.c
parentc26a54ba243a5ba3a847aeba86fe44f2e4a86203 (diff)
ANSIfy most of the function definitions in sys/compat (but not ndis).
All by the magic of sed ...
Diffstat (limited to 'sys/compat/linux32/common/linux32_sysinfo.c')
-rw-r--r--sys/compat/linux32/common/linux32_sysinfo.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/compat/linux32/common/linux32_sysinfo.c b/sys/compat/linux32/common/linux32_sysinfo.c
index 82d27357f48..6221fe9e366 100644
--- a/sys/compat/linux32/common/linux32_sysinfo.c
+++ b/sys/compat/linux32/common/linux32_sysinfo.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux32_sysinfo.c,v 1.4 2007/07/21 23:39:46 xtraeme Exp $ */
+/* $NetBSD: linux32_sysinfo.c,v 1.5 2007/12/08 18:36:12 dsl Exp $ */
/*-
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux32_sysinfo.c,v 1.4 2007/07/21 23:39:46 xtraeme Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux32_sysinfo.c,v 1.5 2007/12/08 18:36:12 dsl Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -60,10 +60,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux32_sysinfo.c,v 1.4 2007/07/21 23:39:46 xtraeme
/* ARGSUSED */
int
-linux32_sys_sysinfo(l, v, retval)
- struct lwp *l;
- void *v;
- register_t *retval;
+linux32_sys_sysinfo(struct lwp *l, void *v, register_t *retval)
{
struct linux32_sys_sysinfo_args /* {
syscallarg(struct linux32_sysinfo *) arg;