s/syscallcarg/syscallarg/ in comments.

This commit is contained in:
njoly 2008-12-29 14:33:40 +00:00
parent e3fc2b7c4b
commit f22af7d53f
4 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_dirent.c,v 1.7 2008/11/19 18:36:04 ad Exp $ */
/* $NetBSD: linux32_dirent.c,v 1.8 2008/12/29 14:33:40 njoly Exp $ */
/*-
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_dirent.c,v 1.7 2008/11/19 18:36:04 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_dirent.c,v 1.8 2008/12/29 14:33:40 njoly Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -252,9 +252,9 @@ int
linux32_sys_getdents64(struct lwp *l, const struct linux32_sys_getdents64_args *uap, register_t *retval)
{
/* {
syscallcarg(int) fd;
syscallcarg(linux32_dirent64p_t) dent;
syscallcarg(unsigned int) count;
syscallarg(int) fd;
syscallarg(linux32_dirent64p_t) dent;
syscallarg(unsigned int) count;
} */
struct linux_sys_getdents64_args ua;

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_fcntl.c,v 1.7 2008/11/19 18:36:04 ad Exp $ */
/* $NetBSD: linux32_fcntl.c,v 1.8 2008/12/29 14:33:40 njoly Exp $ */
/*-
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_fcntl.c,v 1.7 2008/11/19 18:36:04 ad Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_fcntl.c,v 1.8 2008/12/29 14:33:40 njoly Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -112,7 +112,7 @@ int
linux32_sys_fcntl(struct lwp *l, const struct linux32_sys_fcntl_args *uap, register_t *retval)
{
/* {
syscallcarg(int) fd;
syscallarg(int) fd;
syscallarg(int) cmd;
syscallarg(netbsd32_voidp) arg;
} */

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_time.c,v 1.25 2008/12/12 23:36:18 njoly Exp $ */
/* $NetBSD: linux32_time.c,v 1.26 2008/12/29 14:33:40 njoly Exp $ */
/*-
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_time.c,v 1.25 2008/12/12 23:36:18 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_time.c,v 1.26 2008/12/29 14:33:40 njoly Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -132,7 +132,7 @@ int
linux32_sys_time(struct lwp *l, const struct linux32_sys_time_args *uap, register_t *retval)
{
/* {
syscallcarg(linux32_timep_t) t;
syscallarg(linux32_timep_t) t;
} */
struct timeval atv;
linux32_time_t tt;

View File

@ -1,4 +1,4 @@
/* $NetBSD: linux32_unistd.c,v 1.28 2008/12/06 23:14:03 njoly Exp $ */
/* $NetBSD: linux32_unistd.c,v 1.29 2008/12/29 14:33:40 njoly Exp $ */
/*-
* Copyright (c) 2006 Emmanuel Dreyfus, all rights reserved.
@ -33,7 +33,7 @@
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: linux32_unistd.c,v 1.28 2008/12/06 23:14:03 njoly Exp $");
__KERNEL_RCSID(0, "$NetBSD: linux32_unistd.c,v 1.29 2008/12/29 14:33:40 njoly Exp $");
#include <sys/types.h>
#include <sys/param.h>
@ -90,11 +90,11 @@ int
linux32_sys_llseek(struct lwp *l, const struct linux32_sys_llseek_args *uap, register_t *retval)
{
/* {
syscallcarg(int) fd;
syscallarg(int) fd;
syscallarg(u_int32_t) ohigh;
syscallarg(u_int32_t) olow;
syscallarg(netbsd32_voidp) res;
syscallcarg(int) whence;
syscallarg(int) whence;
} */
struct linux_sys_llseek_args ua;