This commit is contained in:
matt 2003-09-26 23:11:16 +00:00
parent d0130ca8c2
commit 2546f51a33
4 changed files with 12 additions and 12 deletions

View File

@ -1,14 +1,14 @@
/* $NetBSD: init_sysent.c,v 1.148 2003/09/23 14:34:38 christos Exp $ */
/* $NetBSD: init_sysent.c,v 1.149 2003/09/26 23:11:16 matt Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.131 2003/09/23 14:34:07 christos Exp
* created from NetBSD: syscalls.master,v 1.132 2003/09/26 23:08:24 matt Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.148 2003/09/23 14:34:38 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: init_sysent.c,v 1.149 2003/09/26 23:11:16 matt Exp $");
#include "opt_ktrace.h"
#include "opt_nfsserver.h"

View File

@ -1,14 +1,14 @@
/* $NetBSD: syscalls.c,v 1.143 2003/09/23 14:34:39 christos Exp $ */
/* $NetBSD: syscalls.c,v 1.144 2003/09/26 23:11:16 matt Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.131 2003/09/23 14:34:07 christos Exp
* created from NetBSD: syscalls.master,v 1.132 2003/09/26 23:08:24 matt Exp
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.143 2003/09/23 14:34:39 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.144 2003/09/26 23:11:16 matt Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ktrace.h"

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscall.h,v 1.141 2003/09/23 14:34:39 christos Exp $ */
/* $NetBSD: syscall.h,v 1.142 2003/09/26 23:11:16 matt Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.131 2003/09/23 14:34:07 christos Exp
* created from NetBSD: syscalls.master,v 1.132 2003/09/26 23:08:24 matt Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@ -952,7 +952,7 @@
/* syscall: "sa_unblockyield" ret: "int" args: "int" "void *" "stack_t *" */
#define SYS_sa_unblockyield 336
/* syscall: "__sigaction_sigtramp" ret: "int" args: "int" "const struct sigaction *" "struct sigaction *" "void *" "int" */
/* syscall: "__sigaction_sigtramp" ret: "int" args: "int" "const struct sigaction *" "struct sigaction *" "const void *" "int" */
#define SYS___sigaction_sigtramp 340
/* syscall: "pmc_get_info" ret: "int" args: "int" "int" "void *" */

View File

@ -1,10 +1,10 @@
/* $NetBSD: syscallargs.h,v 1.123 2003/09/23 14:34:39 christos Exp $ */
/* $NetBSD: syscallargs.h,v 1.124 2003/09/26 23:11:16 matt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.131 2003/09/23 14:34:07 christos Exp
* created from NetBSD: syscalls.master,v 1.132 2003/09/26 23:08:24 matt Exp
*/
#ifndef _SYS__SYSCALLARGS_H_
@ -1422,7 +1422,7 @@ struct sys___sigaction_sigtramp_args {
syscallarg(int) signum;
syscallarg(const struct sigaction *) nsa;
syscallarg(struct sigaction *) osa;
syscallarg(void *) tramp;
syscallarg(const void *) tramp;
syscallarg(int) vers;
};