summaryrefslogtreecommitdiffstats
path: root/sys/compat
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-12-16 00:49:36 +0000
committermarcel <marcel@FreeBSD.org>2002-12-16 00:49:36 +0000
commit3c86a795f0091543b59ffbafc3ed919fcf475b5b (patch)
tree4a4b30fbe5700e49c120fe2a00717868b778416d /sys/compat
parent4451a382e76f3c232013beb139a71fa5834d17c3 (diff)
downloadFreeBSD-src-3c86a795f0091543b59ffbafc3ed919fcf475b5b.zip
FreeBSD-src-3c86a795f0091543b59ffbafc3ed919fcf475b5b.tar.gz
Regen: swapoff
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 a2f35ed..4709473 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 fadb967..36d0267 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 b971147..153eee7 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 */
};
OpenPOWER on IntegriCloud