From a91100d6af6e38e2e66d33bbdb4152dc4e3c661e Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 10 Oct 1995 01:20:55 +0000 Subject: [PATCH] Oops; remove something. --- sys/compat/freebsd/freebsd_sysent.c | 6 ------ sys/compat/freebsd/syscalls.conf | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c index ae56845ad063..856d4c17a356 100644 --- a/sys/compat/freebsd/freebsd_sysent.c +++ b/sys/compat/freebsd/freebsd_sysent.c @@ -13,12 +13,6 @@ #include #include -#ifdef COMPAT_43 -#define compat_43(func) __CONCAT(compat_43_,func) -#else -#define compat_43(func) sys_nosys -#endif - #define s(type) sizeof(type) struct sysent freebsd_sysent[] = { diff --git a/sys/compat/freebsd/syscalls.conf b/sys/compat/freebsd/syscalls.conf index 2531b32c3233..12354c098688 100644 --- a/sys/compat/freebsd/syscalls.conf +++ b/sys/compat/freebsd/syscalls.conf @@ -1,10 +1,10 @@ -# $NetBSD: syscalls.conf,v 1.1 1995/10/10 01:19:38 mycroft Exp $ +# $NetBSD: syscalls.conf,v 1.2 1995/10/10 01:20:55 mycroft Exp $ sysnames="freebsd_syscalls.c" sysnumhdr="freebsd_syscall.h" syssw="freebsd_sysent.c" sysarghdr="freebsd_syscallargs.h" -compatopts="compat_43" +compatopts="" libcompatopts="" switchname="freebsd_sysent"