Oops; remove something.

This commit is contained in:
mycroft 1995-10-10 01:20:55 +00:00
parent e1ac4c6362
commit a91100d6af
2 changed files with 2 additions and 8 deletions

View File

@ -13,12 +13,6 @@
#include <compat/freebsd/freebsd_syscallargs.h>
#include <machine/freebsd_machdep.h>
#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[] = {

View File

@ -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"