summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/compat/bsdos/bsdos_syscall.h4
-rw-r--r--sys/compat/bsdos/bsdos_syscallargs.h4
-rw-r--r--sys/compat/bsdos/bsdos_syscalls.c4
-rw-r--r--sys/compat/bsdos/bsdos_sysent.c4
-rw-r--r--sys/compat/freebsd/freebsd_syscall.h4
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h4
-rw-r--r--sys/compat/freebsd/freebsd_syscalls.c4
-rw-r--r--sys/compat/freebsd/freebsd_sysent.c4
-rw-r--r--sys/compat/osf1/osf1_syscall.h4
-rw-r--r--sys/compat/osf1/osf1_syscallargs.h4
-rw-r--r--sys/compat/osf1/osf1_syscalls.c6
-rw-r--r--sys/compat/osf1/osf1_sysent.c4
-rw-r--r--sys/compat/sunos/sunos_syscall.h4
-rw-r--r--sys/compat/sunos/sunos_syscallargs.h4
-rw-r--r--sys/compat/sunos/sunos_syscalls.c4
-rw-r--r--sys/compat/sunos/sunos_sysent.c4
-rw-r--r--sys/compat/ultrix/ultrix_syscall.h4
-rw-r--r--sys/compat/ultrix/ultrix_syscallargs.h4
-rw-r--r--sys/compat/ultrix/ultrix_syscalls.c4
-rw-r--r--sys/compat/ultrix/ultrix_sysent.c4
-rw-r--r--sys/kern/init_sysent.c4
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h8
-rw-r--r--sys/sys/syscallargs.h9
24 files changed, 50 insertions, 57 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h
index 4d92ba8cacb..9fa0276623a 100644
--- a/sys/compat/bsdos/bsdos_syscall.h
+++ b/sys/compat/bsdos/bsdos_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscall.h,v 1.20 2008/01/05 00:36:10 miod Exp $ */
+/* $OpenBSD: bsdos_syscall.h,v 1.21 2008/01/05 00:38:13 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp
+ * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h
index 015d4659c4a..f61520a44c1 100644
--- a/sys/compat/bsdos/bsdos_syscallargs.h
+++ b/sys/compat/bsdos/bsdos_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscallargs.h,v 1.21 2008/01/05 00:36:10 miod Exp $ */
+/* $OpenBSD: bsdos_syscallargs.h,v 1.22 2008/01/05 00:38:13 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp
+ * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/bsdos/bsdos_syscalls.c b/sys/compat/bsdos/bsdos_syscalls.c
index cd7184e1fd5..769463a63f8 100644
--- a/sys/compat/bsdos/bsdos_syscalls.c
+++ b/sys/compat/bsdos/bsdos_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_syscalls.c,v 1.20 2008/01/05 00:36:11 miod Exp $ */
+/* $OpenBSD: bsdos_syscalls.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp
+ * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
*/
char *bsdos_syscallnames[] = {
diff --git a/sys/compat/bsdos/bsdos_sysent.c b/sys/compat/bsdos/bsdos_sysent.c
index 15076e64c88..9fa44df5cf4 100644
--- a/sys/compat/bsdos/bsdos_sysent.c
+++ b/sys/compat/bsdos/bsdos_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: bsdos_sysent.c,v 1.20 2008/01/05 00:36:11 miod Exp $ */
+/* $OpenBSD: bsdos_sysent.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp
+ * created from OpenBSD: syscalls.master,v 1.18 2008/01/05 00:36:11 miod Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/freebsd/freebsd_syscall.h b/sys/compat/freebsd/freebsd_syscall.h
index 6d7bf5eff69..3cae3becb0a 100644
--- a/sys/compat/freebsd/freebsd_syscall.h
+++ b/sys/compat/freebsd/freebsd_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscall.h,v 1.35 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: freebsd_syscall.h,v 1.36 2008/01/05 00:38:13 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index edf28f87c89..383713acf10 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscallargs.h,v 1.37 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.38 2008/01/05 00:38:13 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/freebsd/freebsd_syscalls.c b/sys/compat/freebsd/freebsd_syscalls.c
index b390dc79f40..379fdc9293e 100644
--- a/sys/compat/freebsd/freebsd_syscalls.c
+++ b/sys/compat/freebsd/freebsd_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscalls.c,v 1.35 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: freebsd_syscalls.c,v 1.36 2008/01/05 00:38:13 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
*/
char *freebsd_syscallnames[] = {
diff --git a/sys/compat/freebsd/freebsd_sysent.c b/sys/compat/freebsd/freebsd_sysent.c
index e90168ea487..aed04818aa1 100644
--- a/sys/compat/freebsd/freebsd_sysent.c
+++ b/sys/compat/freebsd/freebsd_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_sysent.c,v 1.36 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: freebsd_sysent.c,v 1.37 2008/01/05 00:38:13 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.32 2007/11/28 13:47:02 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.33 2008/01/05 00:36:13 miod Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/osf1/osf1_syscall.h b/sys/compat/osf1/osf1_syscall.h
index 48dde365750..5f6319440bf 100644
--- a/sys/compat/osf1/osf1_syscall.h
+++ b/sys/compat/osf1/osf1_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: osf1_syscall.h,v 1.13 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: osf1_syscall.h,v 1.14 2008/01/05 00:38:13 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2008/01/05 00:36:13 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/osf1/osf1_syscallargs.h b/sys/compat/osf1/osf1_syscallargs.h
index 575f1546923..f7d345f4c38 100644
--- a/sys/compat/osf1/osf1_syscallargs.h
+++ b/sys/compat/osf1/osf1_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: osf1_syscallargs.h,v 1.13 2007/11/27 18:05:59 art Exp $ */
+/* $OpenBSD: osf1_syscallargs.h,v 1.14 2008/01/05 00:38:13 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2008/01/05 00:36:13 miod Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/osf1/osf1_syscalls.c b/sys/compat/osf1/osf1_syscalls.c
index f178f7c1730..1f170606ef3 100644
--- a/sys/compat/osf1/osf1_syscalls.c
+++ b/sys/compat/osf1/osf1_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: osf1_syscalls.c,v 1.12 2007/11/27 18:05:59 art Exp $ */
+/* $OpenBSD: osf1_syscalls.c,v 1.13 2008/01/05 00:38:13 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2008/01/05 00:36:13 miod Exp
*/
char *osf1_syscallnames[] = {
@@ -84,7 +84,7 @@ char *osf1_syscallnames[] = {
"#69 (unimplemented sbrk)", /* 69 = unimplemented sbrk */
"#70 (unimplemented sstk)", /* 70 = unimplemented sstk */
"mmap", /* 71 = mmap */
- "#72 (unimplemented ovadvise)", /* 72 = unimplemented ovadvise */
+ "#72 (obsolete vadvise)", /* 72 = obsolete vadvise */
"munmap", /* 73 = munmap */
"mprotect", /* 74 = mprotect */
"madvise", /* 75 = madvise */
diff --git a/sys/compat/osf1/osf1_sysent.c b/sys/compat/osf1/osf1_sysent.c
index 2264fb25bda..56efde3978a 100644
--- a/sys/compat/osf1/osf1_sysent.c
+++ b/sys/compat/osf1/osf1_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: osf1_sysent.c,v 1.13 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: osf1_sysent.c,v 1.14 2008/01/05 00:38:13 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 2004/05/28 18:28:14 tedu Exp
+ * created from OpenBSD: syscalls.master,v 1.11 2008/01/05 00:36:13 miod Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/sunos/sunos_syscall.h b/sys/compat/sunos/sunos_syscall.h
index 0f9b4d5a13f..b9ac3adaddd 100644
--- a/sys/compat/sunos/sunos_syscall.h
+++ b/sys/compat/sunos/sunos_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscall.h,v 1.20 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: sunos_syscall.h,v 1.21 2008/01/05 00:38:13 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.17 2008/01/05 00:36:13 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/sunos/sunos_syscallargs.h b/sys/compat/sunos/sunos_syscallargs.h
index 19b6375f7b1..282fbed3cb8 100644
--- a/sys/compat/sunos/sunos_syscallargs.h
+++ b/sys/compat/sunos/sunos_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscallargs.h,v 1.21 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: sunos_syscallargs.h,v 1.22 2008/01/05 00:38:13 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.17 2008/01/05 00:36:13 miod Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c
index 5035388d1cc..2c2c633c3dc 100644
--- a/sys/compat/sunos/sunos_syscalls.c
+++ b/sys/compat/sunos/sunos_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_syscalls.c,v 1.20 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: sunos_syscalls.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.17 2008/01/05 00:36:13 miod Exp
*/
char *sunos_syscallnames[] = {
diff --git a/sys/compat/sunos/sunos_sysent.c b/sys/compat/sunos/sunos_sysent.c
index e2c4bc1a9d9..51120fba4c0 100644
--- a/sys/compat/sunos/sunos_sysent.c
+++ b/sys/compat/sunos/sunos_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: sunos_sysent.c,v 1.20 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: sunos_sysent.c,v 1.21 2008/01/05 00:38:13 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.16 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.17 2008/01/05 00:36:13 miod Exp
*/
#include <sys/param.h>
diff --git a/sys/compat/ultrix/ultrix_syscall.h b/sys/compat/ultrix/ultrix_syscall.h
index 204bc2bb273..5018c815a57 100644
--- a/sys/compat/ultrix/ultrix_syscall.h
+++ b/sys/compat/ultrix/ultrix_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscall.h,v 1.15 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: ultrix_syscall.h,v 1.16 2008/01/05 00:38:13 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.12 2008/01/05 00:36:13 miod Exp
*/
/* syscall: "syscall" ret: "int" args: */
diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h
index a808d790f13..899e4fadc2d 100644
--- a/sys/compat/ultrix/ultrix_syscallargs.h
+++ b/sys/compat/ultrix/ultrix_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscallargs.h,v 1.16 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: ultrix_syscallargs.h,v 1.17 2008/01/05 00:38:13 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.12 2008/01/05 00:36:13 miod Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/ultrix/ultrix_syscalls.c b/sys/compat/ultrix/ultrix_syscalls.c
index 302dfedb3cb..8ef4496014e 100644
--- a/sys/compat/ultrix/ultrix_syscalls.c
+++ b/sys/compat/ultrix/ultrix_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_syscalls.c,v 1.15 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: ultrix_syscalls.c,v 1.16 2008/01/05 00:38:13 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.12 2008/01/05 00:36:13 miod Exp
*/
char *ultrix_syscallnames[] = {
diff --git a/sys/compat/ultrix/ultrix_sysent.c b/sys/compat/ultrix/ultrix_sysent.c
index 836f7276be1..b74d0eb4fb0 100644
--- a/sys/compat/ultrix/ultrix_sysent.c
+++ b/sys/compat/ultrix/ultrix_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: ultrix_sysent.c,v 1.15 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: ultrix_sysent.c,v 1.16 2008/01/05 00:38:13 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.11 2004/07/09 23:52:02 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.12 2008/01/05 00:36:13 miod Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 389a2d1700a..bd9900ed5f0 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.101 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.102 2008/01/05 00:38:13 miod Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.88 2007/11/28 13:47:02 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.89 2008/01/05 00:36:13 miod Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 05366f8374a..c8574b094b7 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.102 2008/01/05 00:36:13 miod Exp $ */
+/* $OpenBSD: syscalls.c,v 1.103 2008/01/05 00:38:13 miod Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.88 2007/11/28 13:47:02 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.89 2008/01/05 00:36:13 miod Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 5ddd33cd213..2ef394c2d32 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.99 2007/11/28 13:48:31 deraadt Exp $ */
+/* $OpenBSD: syscall.h,v 1.100 2008/01/05 00:38:13 miod Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.88 2007/11/28 13:47:02 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.89 2008/01/05 00:36:13 miod Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -207,9 +207,7 @@
/* 71 is compat_43 ommap */
-/* syscall: "vadvise" ret: "int" args: "int" */
-#define SYS_vadvise 72
-
+ /* 72 is obsolete vadvise */
/* syscall: "munmap" ret: "int" args: "void *" "size_t" */
#define SYS_munmap 73
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index b7c469ef634..148ec33c2fe 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.101 2007/11/28 13:48:31 deraadt Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.102 2008/01/05 00:38:13 miod Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.88 2007/11/28 13:47:02 deraadt Exp
+ * created from; OpenBSD: syscalls.master,v 1.89 2008/01/05 00:36:13 miod Exp
*/
#ifdef syscallarg
@@ -323,10 +323,6 @@ struct compat_43_sys_mmap_args {
syscallarg(long) pos;
};
-struct sys_ovadvise_args {
- syscallarg(int) anom;
-};
-
struct sys_munmap_args {
syscallarg(void *) addr;
syscallarg(size_t) len;
@@ -1323,7 +1319,6 @@ int sys_vfork(struct proc *, void *, register_t *);
int sys_sbrk(struct proc *, void *, register_t *);
int sys_sstk(struct proc *, void *, register_t *);
int compat_43_sys_mmap(struct proc *, void *, register_t *);
-int sys_ovadvise(struct proc *, void *, register_t *);
int sys_munmap(struct proc *, void *, register_t *);
int sys_mprotect(struct proc *, void *, register_t *);
int sys_madvise(struct proc *, void *, register_t *);