summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2011-07-14 23:33:10 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2011-07-14 23:33:10 +0000
commit45fb1c552af7393b8a76ffe3c56f8c5cfd7a7c97 (patch)
tree7a9e7aa21f85d1d2d26f1597b53057b98420e9a1 /sys/compat
parentc8690915b8b6ad28e84d7d6f5c43818a3bbd7a8d (diff)
sync
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/linux/linux_syscall.h6
-rw-r--r--sys/compat/linux/linux_syscallargs.h4
-rw-r--r--sys/compat/linux/linux_syscalls.c4
-rw-r--r--sys/compat/linux/linux_sysent.c4
4 files changed, 9 insertions, 9 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index dda98ef5ee4..806dc60ef4f 100644
--- a/sys/compat/linux/linux_syscall.h
+++ b/sys/compat/linux/linux_syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscall.h,v 1.63 2011/07/09 00:11:28 deraadt Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.64 2011/07/14 23:33:09 matthew Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.60 2011/07/09 00:10:52 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.61 2011/07/14 23:32:08 matthew Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -259,7 +259,7 @@
/* syscall: "symlink" ret: "int" args: "char *" "char *" */
#define LINUX_SYS_symlink 83
-/* syscall: "olstat" ret: "int" args: "char *" "struct stat43 *" */
+/* syscall: "olstat" ret: "int" args: "char *" "struct linux_stat *" */
#define LINUX_SYS_olstat 84
/* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 4026b4f42c2..644a6877460 100644
--- a/sys/compat/linux/linux_syscallargs.h
+++ b/sys/compat/linux/linux_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscallargs.h,v 1.65 2011/07/09 00:11:28 deraadt Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.66 2011/07/14 23:33:09 matthew Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.60 2011/07/09 00:10:52 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.61 2011/07/14 23:32:08 matthew Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index ec210bda3dd..d9e4d22536e 100644
--- a/sys/compat/linux/linux_syscalls.c
+++ b/sys/compat/linux/linux_syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_syscalls.c,v 1.63 2011/07/09 00:11:28 deraadt Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.64 2011/07/14 23:33:09 matthew Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.60 2011/07/09 00:10:52 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.61 2011/07/14 23:32:08 matthew Exp
*/
char *linux_syscallnames[] = {
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 1cee7edc0a5..fa0e8bf047f 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_sysent.c,v 1.64 2011/07/09 00:11:28 deraadt Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.65 2011/07/14 23:33:09 matthew Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.60 2011/07/09 00:10:52 deraadt Exp
+ * created from OpenBSD: syscalls.master,v 1.61 2011/07/14 23:32:08 matthew Exp
*/
#include <sys/param.h>