From c9c365814e7793d89936db4893dced4f25570ffc Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 22 Jan 1998 17:36:16 +0000 Subject: [PATCH] Regen. --- sys/compat/svr4/svr4_syscall.h | 2 +- sys/compat/svr4/svr4_syscallargs.h | 2 +- sys/compat/svr4/svr4_syscalls.c | 2 +- sys/compat/svr4/svr4_sysent.c | 8 +------- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 7b6b170904c9..05f0ee0dc89b 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -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. diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 26c3c61e8a62..1e9c069bdde4 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -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. diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index ab717ca8e43c..208debd0af20 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -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. diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index bf4f27fcc07d..a3813677140d 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -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[] = {