summaryrefslogtreecommitdiffstats
path: root/sys/amd64/ia32/ia32_sysent.c
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/amd64/ia32/ia32_sysent.c
parent4451a382e76f3c232013beb139a71fa5834d17c3 (diff)
downloadFreeBSD-src-3c86a795f0091543b59ffbafc3ed919fcf475b5b.zip
FreeBSD-src-3c86a795f0091543b59ffbafc3ed919fcf475b5b.tar.gz
Regen: swapoff
Diffstat (limited to 'sys/amd64/ia32/ia32_sysent.c')
-rw-r--r--sys/amd64/ia32/ia32_sysent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/amd64/ia32/ia32_sysent.c b/sys/amd64/ia32/ia32_sysent.c
index b971147..153eee7 100644
--- a/sys/amd64/ia32/ia32_sysent.c
+++ b/sys/amd64/ia32/ia32_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