Reran makesyscalls.sh.

This commit is contained in:
mycroft 1994-10-21 00:15:36 +00:00
parent 452508f874
commit f19afe34cb
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
*/
#include <sys/param.h>

View File

@ -2,7 +2,7 @@
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
*/
char *syscallnames[] = {

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
*/
#define SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
* created from NetBSD: syscalls.master,v 1.24 1994/10/21 00:14:36 mycroft Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }