Regen again, to indicate which master revision these were generated from.
This commit is contained in:
parent
61c0d1071a
commit
86233eeede
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscall.h,v 1.30 1998/08/05 00:44:32 perry Exp $ */
|
||||
/* $NetBSD: linux_syscall.h,v 1.31 1998/08/07 17:21:35 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1998/02/20 18:09:04 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1998/08/05 00:44:34 perry Exp
|
||||
*/
|
||||
|
||||
/* syscall: "syscall" ret: "int" args: */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscallargs.h,v 1.29 1998/08/05 00:44:32 perry Exp $ */
|
||||
/* $NetBSD: linux_syscallargs.h,v 1.30 1998/08/07 17:21:35 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1998/02/20 18:09:04 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1998/08/05 00:44:34 perry Exp
|
||||
*/
|
||||
|
||||
#define syscallarg(x) union { x datum; register_t pad; }
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_syscalls.c,v 1.28 1998/08/05 00:44:33 perry Exp $ */
|
||||
/* $NetBSD: linux_syscalls.c,v 1.29 1998/08/07 17:21:35 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1998/02/20 18:09:04 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1998/08/05 00:44:34 perry Exp
|
||||
*/
|
||||
|
||||
#if defined(_KERNEL) && !defined(_LKM)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: linux_sysent.c,v 1.31 1998/08/05 00:44:33 perry Exp $ */
|
||||
/* $NetBSD: linux_sysent.c,v 1.32 1998/08/07 17:21:36 kleink Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
*
|
||||
* DO NOT EDIT-- this file is automatically generated.
|
||||
* created from NetBSD: syscalls.master,v 1.23 1998/02/20 18:09:04 mycroft Exp
|
||||
* created from NetBSD: syscalls.master,v 1.24 1998/08/05 00:44:34 perry Exp
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
|
|
Loading…
Reference in New Issue