update rcsid

This commit is contained in:
cgd 1994-10-20 04:32:39 +00:00
parent b7c9fb174f
commit 0da612d076
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.22 1994/06/29 06:33:10 cgd Exp
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd 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.22 1994/06/29 06:33:10 cgd Exp
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd 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.22 1994/06/29 06:33:10 cgd Exp
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
*/
#define SYS_syscall 0

View File

@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
* created from NetBSD: syscalls.master,v 1.22 1994/06/29 06:33:10 cgd Exp
* created from NetBSD: syscalls.master,v 1.23 1994/10/20 04:23:12 cgd Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }