Regen.
This commit is contained in:
parent
88ff8086d8
commit
c9c365814e
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svr4_syscall.h,v 1.41 1998/01/22 17:34:15 mycroft Exp $ */
|
||||
/* $NetBSD: svr4_syscall.h,v 1.42 1998/01/22 17:36:16 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call numbers.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svr4_syscallargs.h,v 1.38 1998/01/22 17:34:15 mycroft Exp $ */
|
||||
/* $NetBSD: svr4_syscallargs.h,v 1.39 1998/01/22 17:36:16 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call argument lists.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svr4_syscalls.c,v 1.40 1998/01/22 17:34:16 mycroft Exp $ */
|
||||
/* $NetBSD: svr4_syscalls.c,v 1.41 1998/01/22 17:36:17 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call names.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: svr4_sysent.c,v 1.42 1998/01/22 17:34:17 mycroft Exp $ */
|
||||
/* $NetBSD: svr4_sysent.c,v 1.43 1998/01/22 17:36:18 mycroft Exp $ */
|
||||
|
||||
/*
|
||||
* System call switch table.
|
||||
|
@ -27,12 +27,6 @@
|
|||
#define compat_43(func) sys_nosys
|
||||
#endif
|
||||
|
||||
#ifdef COMPAT_09
|
||||
#define compat_09(func) __CONCAT(compat_09_,func)
|
||||
#else
|
||||
#define compat_09(func) sys_nosys
|
||||
#endif
|
||||
|
||||
#define s(type) sizeof(type)
|
||||
|
||||
struct sysent svr4_sysent[] = {
|
||||
|
|
Loading…
Reference in New Issue