Regen: makesyscalls.sh changed.
This commit is contained in:
parent
95cd40bf13
commit
dc4fe3d32d
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: freebsd_syscall.h,v 1.20 1998/02/19 00:36:33 thorpej Exp $ */
|
||||
/* $NetBSD: freebsd_syscall.h,v 1.21 1998/02/19 03:34:15 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.19 1998/02/19 00:36:33 thorpej Exp $ */
|
||||
/* $NetBSD: freebsd_syscallargs.h,v 1.20 1998/02/19 03:34:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: freebsd_syscalls.c,v 1.19 1998/02/19 00:36:33 thorpej Exp $ */
|
||||
/* $NetBSD: freebsd_syscalls.c,v 1.20 1998/02/19 03:34:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.15 1998/02/19 00:36:04 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "fs_lfs.h"
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
@ -16,6 +17,7 @@
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/freebsd/freebsd_syscallargs.h>
|
||||
#include <machine/freebsd_machdep.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *freebsd_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: freebsd_sysent.c,v 1.21 1998/02/19 00:36:33 thorpej Exp $ */
|
||||
/* $NetBSD: freebsd_sysent.c,v 1.22 1998/02/19 03:34:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hpux_syscall.h,v 1.20 1998/02/19 00:39:25 thorpej Exp $ */
|
||||
/* $NetBSD: hpux_syscall.h,v 1.21 1998/02/19 03:34:16 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hpux_syscallargs.h,v 1.16 1998/02/19 00:39:25 thorpej Exp $ */
|
||||
/* $NetBSD: hpux_syscallargs.h,v 1.17 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hpux_syscalls.c,v 1.22 1998/02/19 00:39:25 thorpej Exp $ */
|
||||
/* $NetBSD: hpux_syscalls.c,v 1.23 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.17 1998/02/19 00:37:43 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -17,6 +18,7 @@
|
||||
#include <compat/hpux/hpux.h>
|
||||
#include <compat/hpux/hpux_syscallargs.h>
|
||||
#include <machine/hpux_machdep.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *hpux_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: hpux_sysent.c,v 1.24 1998/02/19 00:39:26 thorpej Exp $ */
|
||||
/* $NetBSD: hpux_sysent.c,v 1.25 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ibcs2_syscall.h,v 1.16 1998/02/19 00:40:44 thorpej Exp $ */
|
||||
/* $NetBSD: ibcs2_syscall.h,v 1.17 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ibcs2_syscallargs.h,v 1.15 1998/02/19 00:40:44 thorpej Exp $ */
|
||||
/* $NetBSD: ibcs2_syscallargs.h,v 1.16 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ibcs2_syscalls.c,v 1.15 1998/02/19 00:40:45 thorpej Exp $ */
|
||||
/* $NetBSD: ibcs2_syscalls.c,v 1.16 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.13 1998/02/19 00:40:25 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -16,6 +17,7 @@
|
||||
#include <compat/ibcs2/ibcs2_signal.h>
|
||||
#include <compat/ibcs2/ibcs2_syscallargs.h>
|
||||
#include <compat/ibcs2/ibcs2_statfs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *ibcs2_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ibcs2_sysent.c,v 1.16 1998/02/19 00:40:45 thorpej Exp $ */
|
||||
/* $NetBSD: ibcs2_sysent.c,v 1.17 1998/02/19 03:34:17 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_syscall.h,v 1.27 1998/02/19 00:41:47 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.28 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.26 1998/02/19 00:41:47 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.27 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_syscalls.c,v 1.25 1998/02/19 00:41:47 thorpej Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.26 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.22 1998/02/19 00:41:12 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -16,6 +17,7 @@
|
||||
#include <compat/linux/linux_signal.h>
|
||||
#include <compat/linux/linux_syscallargs.h>
|
||||
#include <machine/linux_machdep.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *linux_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: linux_sysent.c,v 1.28 1998/02/19 00:41:48 thorpej Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.29 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: osf1_syscall.h,v 1.14 1998/02/19 00:42:35 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_syscall.h,v 1.15 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: osf1_syscallargs.h,v 1.13 1998/02/19 00:42:35 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_syscallargs.h,v 1.14 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: osf1_syscalls.c,v 1.12 1998/02/19 00:42:36 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_syscalls.c,v 1.13 1998/02/19 03:34:18 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.9 1998/02/19 00:42:15 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -14,6 +15,7 @@
|
||||
#include <sys/poll.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/osf1/osf1_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *osf1_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: osf1_sysent.c,v 1.14 1998/02/19 00:42:36 thorpej Exp $ */
|
||||
/* $NetBSD: osf1_sysent.c,v 1.15 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sunos_syscall.h,v 1.50 1998/02/19 00:44:20 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscall.h,v 1.51 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.33 1998/02/19 00:44:20 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscallargs.h,v 1.34 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.49 1998/02/19 00:44:20 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_syscalls.c,v 1.50 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.45 1998/02/19 00:43:56 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -16,6 +17,7 @@
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/sunos/sunos.h>
|
||||
#include <compat/sunos/sunos_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *sunos_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: sunos_sysent.c,v 1.42 1998/02/19 00:44:20 thorpej Exp $ */
|
||||
/* $NetBSD: sunos_sysent.c,v 1.43 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: svr4_syscall.h,v 1.45 1998/02/19 00:45:36 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_syscall.h,v 1.46 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: svr4_syscallargs.h,v 1.42 1998/02/19 00:45:36 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_syscallargs.h,v 1.43 1998/02/19 03:34:19 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: svr4_syscalls.c,v 1.44 1998/02/19 00:45:36 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_syscalls.c,v 1.45 1998/02/19 03:34:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.31 1998/02/19 00:45:12 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
#include <sys/signal.h>
|
||||
@ -20,6 +21,7 @@
|
||||
#include <compat/svr4/svr4_syscallargs.h>
|
||||
#include <compat/svr4/svr4_statvfs.h>
|
||||
#include <compat/svr4/svr4_acl.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *svr4_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: svr4_sysent.c,v 1.46 1998/02/19 00:45:36 thorpej Exp $ */
|
||||
/* $NetBSD: svr4_sysent.c,v 1.47 1998/02/19 03:34:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ultrix_syscall.h,v 1.29 1998/02/19 00:46:39 thorpej Exp $ */
|
||||
/* $NetBSD: ultrix_syscall.h,v 1.30 1998/02/19 03:34:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ultrix_syscallargs.h,v 1.22 1998/02/19 00:46:39 thorpej Exp $ */
|
||||
/* $NetBSD: ultrix_syscallargs.h,v 1.23 1998/02/19 03:34:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ultrix_syscalls.c,v 1.27 1998/02/19 00:46:39 thorpej Exp $ */
|
||||
/* $NetBSD: ultrix_syscalls.c,v 1.28 1998/02/19 03:34:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
@ -7,6 +7,7 @@
|
||||
* created from NetBSD: syscalls.master,v 1.24 1998/02/19 00:46:02 thorpej Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
#include "fs_nfs.h"
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -14,6 +15,7 @@
|
||||
#include <sys/mount.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/ultrix/ultrix_syscallargs.h>
|
||||
#endif /* _KERNEL && ! _LKM */
|
||||
|
||||
char *ultrix_syscallnames[] = {
|
||||
"syscall", /* 0 = syscall */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ultrix_sysent.c,v 1.28 1998/02/19 00:46:39 thorpej Exp $ */
|
||||
/* $NetBSD: ultrix_sysent.c,v 1.29 1998/02/19 03:34:20 thorpej Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
Loading…
Reference in New Issue
Block a user