summaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-06-09 03:36:59 +0000
committerBruce Evans <bde@FreeBSD.org>1998-06-09 03:36:59 +0000
commit39b14624c5dbe9f42e8fba5e35e76a38cbb9cf87 (patch)
tree57cff91f2aff431faf5907065f125ce2de5a7a7c /sys/i386/linux/linux_sysent.c
parente7c1c309fa9437288b880347ac86399a650c595c (diff)
Notes
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 1e1bf47be833..3768f57517af 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 */