summaryrefslogtreecommitdiff
path: root/sys/compat/svr4
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_syscall.h2
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h2
-rw-r--r--sys/compat/svr4/svr4_syscalls.c2
-rw-r--r--sys/compat/svr4/svr4_sysent.c20
4 files changed, 4 insertions, 22 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index b66f5edeec9..8ff383829ef 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_syscall.h,v 1.30 2000/08/23 19:32:54 fgsch Exp $ */
+/* $OpenBSD: svr4_syscall.h,v 1.31 2001/05/16 05:05:08 millert Exp $ */
/*
* System call numbers.
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index 2345adc4a0e..3ebeeb4d872 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_syscallargs.h,v 1.30 2000/08/23 19:32:55 fgsch Exp $ */
+/* $OpenBSD: svr4_syscallargs.h,v 1.31 2001/05/16 05:05:09 millert Exp $ */
/*
* System call argument lists.
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c
index 1e26e78b93c..4a65a2dbce6 100644
--- a/sys/compat/svr4/svr4_syscalls.c
+++ b/sys/compat/svr4/svr4_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_syscalls.c,v 1.30 2000/08/23 19:32:55 fgsch Exp $ */
+/* $OpenBSD: svr4_syscalls.c,v 1.31 2001/05/16 05:05:09 millert Exp $ */
/*
* System call names.
diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c
index ce18b354077..d2777d00f14 100644
--- a/sys/compat/svr4/svr4_sysent.c
+++ b/sys/compat/svr4/svr4_sysent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_sysent.c,v 1.30 2000/08/23 19:32:55 fgsch Exp $ */
+/* $OpenBSD: svr4_sysent.c,v 1.31 2001/05/16 05:05:09 millert Exp $ */
/*
* System call switch table.
@@ -20,24 +20,6 @@
#include <compat/svr4/svr4_statvfs.h>
#include <compat/svr4/svr4_acl.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 svr4_sysent[] = {