summaryrefslogtreecommitdiff
path: root/sys/compat/osf1
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/osf1')
-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
4 files changed, 9 insertions, 9 deletions
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>