summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-08 00:32:23 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1999-08-08 00:32:23 +0000
commit694ca2f6f019ef4dcbeca7a6b9422999812090de (patch)
treef539f8f5ebd786c65749d44afc0ab64ae67ab1c9 /sys/kern
parent0e5ca47c2c93214357e51268c749ab2054946146 (diff)
regen
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/init_sysent.c8
-rw-r--r--sys/kern/syscalls.c2
2 files changed, 2 insertions, 8 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 60612e4a491..bce68849f34 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: init_sysent.c,v 1.40 1999/06/07 07:18:34 deraadt Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.41 1999/08/08 00:32:22 niklas Exp $ */
/*
* System call switch table.
@@ -32,12 +32,6 @@
#define compat_10(func) sys_nosys
#endif
-#ifdef COMPAT_22
-#define compat_22(func) __CONCAT(compat_22_,func)
-#else
-#define compat_22(func) sys_nosys
-#endif
-
#define s(type) sizeof(type)
struct sysent sysent[] = {
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 6e877f235d2..cd38792290d 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscalls.c,v 1.40 1999/06/07 07:18:34 deraadt Exp $ */
+/* $OpenBSD: syscalls.c,v 1.41 1999/08/08 00:32:22 niklas Exp $ */
/*
* System call names.