diff options
author | bde <bde@FreeBSD.org> | 1998-06-09 03:36:59 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-06-09 03:36:59 +0000 |
commit | ced2b136af7264a4ab5675b0bee8e972c23f9ea7 (patch) | |
tree | 4c1330308fa6ad0cfdbe3576dcfd94e342da0568 /sys/i386/linux/linux_sysent.c | |
parent | af177df3632aaf9f0208f5c6555e739a8a72bcd6 (diff) | |
download | FreeBSD-src-ced2b136af7264a4ab5675b0bee8e972c23f9ea7.zip FreeBSD-src-ced2b136af7264a4ab5675b0bee8e972c23f9ea7.tar.gz |
Updated generated files.
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r-- | sys/i386/linux/linux_sysent.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c index 1e1bf47..3768f57 100644 --- a/sys/i386/linux/linux_sysent.c +++ b/sys/i386/linux/linux_sysent.c @@ -2,23 +2,16 @@ * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from Id: syscalls.master,v 1.10 1998/03/29 07:59:10 peter Exp + * created from Id: syscalls.master,v 1.11 1998/06/09 03:28:14 bde Exp */ #include "opt_compat.h" - #include <sys/param.h> #include <sys/sysent.h> #include <sys/sysproto.h> #include <i386/linux/linux.h> #include <i386/linux/linux_proto.h> -#ifdef COMPAT_43 -#define compat(n, name) n, (sy_call_t *)__CONCAT(o,name) -#else -#define compat(n, name) 0, (sy_call_t *)nosys -#endif - /* The casts are bogus but will do for now. */ struct sysent linux_sysent[] = { { 0, (sy_call_t *)linux_setup }, /* 0 = linux_setup */ |