This commit is contained in:
christos 2006-10-17 15:07:21 +00:00
parent 152eb5a9c3
commit 45e2a30296
4 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.181 2006/09/01 21:04:45 matt Exp $ */
/* $NetBSD: init_sysent.c,v 1.182 2006/10/17 15:07:22 christos Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.159 2006/09/01 20:58:18 matt Exp
* created from NetBSD: syscalls.master,v 1.160 2006/10/17 15:06:18 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.181 2006/09/01 21:04:45 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.182 2006/10/17 15:07:22 christos Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.177 2006/09/01 22:23:18 matt Exp $ */
/* $NetBSD: syscalls.c,v 1.178 2006/10/17 15:07:22 christos Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.159 2006/09/01 20:58:18 matt Exp
* created from NetBSD: syscalls.master,v 1.160 2006/10/17 15:06:18 christos Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.177 2006/09/01 22:23:18 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.178 2006/10/17 15:07:22 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.174 2006/09/01 21:04:45 matt Exp $ */
/* $NetBSD: syscall.h,v 1.175 2006/10/17 15:07:21 christos Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.159 2006/09/01 20:58:18 matt Exp
* created from NetBSD: syscalls.master,v 1.160 2006/10/17 15:06:18 christos Exp
*/
#ifndef _SYS_SYSCALL_H_
@ -452,7 +452,7 @@
/* syscall: "setsid" ret: "int" args: */
#define SYS_setsid 147
/* syscall: "quotactl" ret: "int" args: "const char *" "int" "int" "caddr_t" */
/* syscall: "quotactl" ret: "int" args: "const char *" "int" "int" "void *" */
#define SYS_quotactl 148
/* syscall: "compat_43_oquota" ret: "int" args: */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.156 2006/09/01 21:04:45 matt Exp $ */
/* $NetBSD: syscallargs.h,v 1.157 2006/10/17 15:07:21 christos Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.159 2006/09/01 20:58:18 matt Exp
* created from NetBSD: syscalls.master,v 1.160 2006/10/17 15:06:18 christos Exp
*/
#ifndef _SYS_SYSCALLARGS_H_
@ -689,7 +689,7 @@ struct sys_quotactl_args {
syscallarg(const char *) path;
syscallarg(int) cmd;
syscallarg(int) uid;
syscallarg(caddr_t) arg;
syscallarg(void *) arg;
};
struct compat_43_sys_getsockname_args {