aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2002-12-16 00:49:36 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2002-12-16 00:49:36 +0000
commit722d8e49a9122d1c4182044ea59df69abdf79eb2 (patch)
tree4a4b30fbe5700e49c120fe2a00717868b778416d /sys/compat
parent3f60ecab4eb84dcc8deb9fccd6bb12ce13bee275 (diff)
Notes
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/freebsd32/freebsd32_proto.h2
-rw-r--r--sys/compat/freebsd32/freebsd32_syscall.h4
-rw-r--r--sys/compat/freebsd32/freebsd32_sysent.c3
3 files changed, 5 insertions, 4 deletions
diff --git a/sys/compat/freebsd32/freebsd32_proto.h b/sys/compat/freebsd32/freebsd32_proto.h
index a2f35ed28509..47094738a106 100644
--- a/sys/compat/freebsd32/freebsd32_proto.h
+++ b/sys/compat/freebsd32/freebsd32_proto.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp
+ * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.15 2002/12/16 00:48:52 marcel Exp
*/
#ifndef _IA32_SYSPROTO_H_
diff --git a/sys/compat/freebsd32/freebsd32_syscall.h b/sys/compat/freebsd32/freebsd32_syscall.h
index fadb967c16f3..36d0267f519b 100644
--- a/sys/compat/freebsd32/freebsd32_syscall.h
+++ b/sys/compat/freebsd32/freebsd32_syscall.h
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp
+ * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.15 2002/12/16 00:48:52 marcel Exp
*/
#define IA32_SYS_syscall 0
@@ -286,4 +286,4 @@
#define IA32_SYS_lchflags 391
#define IA32_SYS_uuidgen 392
#define IA32_SYS_ia32_sendfile 393
-#define IA32_SYS_MAXSYSCALL 424
+#define IA32_SYS_MAXSYSCALL 425
diff --git a/sys/compat/freebsd32/freebsd32_sysent.c b/sys/compat/freebsd32/freebsd32_sysent.c
index b971147fca70..153eee76c201 100644
--- a/sys/compat/freebsd32/freebsd32_sysent.c
+++ b/sys/compat/freebsd32/freebsd32_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.13 2002/11/16 15:15:17 deischen Exp
+ * created from FreeBSD: src/sys/ia64/ia32/syscalls.master,v 1.15 2002/12/16 00:48:52 marcel Exp
*/
#include "opt_compat.h"
@@ -449,4 +449,5 @@ struct sysent ia32_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 421 = getcontext */
{ 0, (sy_call_t *)nosys }, /* 422 = setcontext */
{ 0, (sy_call_t *)nosys }, /* 423 = swapcontext */
+ { 0, (sy_call_t *)nosys }, /* 424 = swapoff */
};