diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:05:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-05-16 05:05:11 +0000 |
commit | 95c8d9f146e07e4b0f5c5f456b90f20ec08cd2e7 (patch) | |
tree | 3c3228d354cd544bb47d38085c168fcf5e205fd5 /sys/compat/ibcs2/ibcs2_sysent.c | |
parent | 5c72cf728d0d8be761f484dddccc24e3bab665ba (diff) |
regen after removing compatopts
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_sysent.c')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_sysent.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/compat/ibcs2/ibcs2_sysent.c b/sys/compat/ibcs2/ibcs2_sysent.c index 9858231d986..527210c1917 100644 --- a/sys/compat/ibcs2/ibcs2_sysent.c +++ b/sys/compat/ibcs2/ibcs2_sysent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ibcs2_sysent.c,v 1.6 1999/06/07 07:18:35 deraadt Exp $ */ +/* $OpenBSD: ibcs2_sysent.c,v 1.7 2001/05/16 05:05:10 millert Exp $ */ /* * System call switch table. @@ -18,24 +18,6 @@ #include <compat/ibcs2/ibcs2_syscallargs.h> #include <compat/ibcs2/ibcs2_statfs.h> -#ifdef COMPAT_43 -#define compat_43(func) __CONCAT(compat_43_,func) -#else -#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 - -#ifdef COMPAT_10 -#define compat_10(func) __CONCAT(compat_10_,func) -#else -#define compat_10(func) sys_nosys -#endif - #define s(type) sizeof(type) struct sysent ibcs2_sysent[] = { |