summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDoug Hogan <doug@cvs.openbsd.org>2014-09-01 05:13:23 +0000
committerDoug Hogan <doug@cvs.openbsd.org>2014-09-01 05:13:23 +0000
commit9561d0e80262039c0b8552b31082c3ac32ebc696 (patch)
tree8b73adbf17b765160117f70f33f0c1b44b4ad795 /sys
parent98ad40e7bd2ac80aa021209993730dc0f7375df1 (diff)
sync generated files
Diffstat (limited to 'sys')
-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
-rw-r--r--sys/kern/init_sysent.c4
-rw-r--r--sys/kern/syscalls.c4
-rw-r--r--sys/sys/syscall.h6
-rw-r--r--sys/sys/syscallargs.h4
8 files changed, 18 insertions, 18 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h
index 3d731ff002e..b694bed0114 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.78 2013/11/03 13:56:03 pirofti Exp $ */
+/* $OpenBSD: linux_syscall.h,v 1.79 2014/09/01 05:13:21 doug Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.74 2013/10/25 05:10:03 guenther Exp
+ * created from OpenBSD: syscalls.master,v 1.76 2014/09/01 05:09:53 doug Exp
*/
/* syscall: "syscall" ret: "int" args: */
@@ -256,7 +256,7 @@
/* syscall: "olstat" ret: "int" args: "char *" "struct linux_stat *" */
#define LINUX_SYS_olstat 84
-/* syscall: "readlink" ret: "int" args: "char *" "char *" "int" */
+/* syscall: "readlink" ret: "ssize_t" args: "char *" "char *" "int" */
#define LINUX_SYS_readlink 85
/* syscall: "swapon" ret: "int" args: "char *" */
diff --git a/sys/compat/linux/linux_syscallargs.h b/sys/compat/linux/linux_syscallargs.h
index 9b9620425cf..a17307adb22 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.80 2013/11/03 13:56:03 pirofti Exp $ */
+/* $OpenBSD: linux_syscallargs.h,v 1.81 2014/09/01 05:13:21 doug Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.74 2013/10/25 05:10:03 guenther Exp
+ * created from OpenBSD: syscalls.master,v 1.76 2014/09/01 05:09:53 doug Exp
*/
#ifdef syscallarg
diff --git a/sys/compat/linux/linux_syscalls.c b/sys/compat/linux/linux_syscalls.c
index 4b721e6daac..c4cac725fe7 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.78 2013/11/03 13:56:03 pirofti Exp $ */
+/* $OpenBSD: linux_syscalls.c,v 1.79 2014/09/01 05:13:21 doug Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.74 2013/10/25 05:10:03 guenther Exp
+ * created from OpenBSD: syscalls.master,v 1.76 2014/09/01 05:09:53 doug Exp
*/
char *linux_syscallnames[] = {
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index db9b953ae82..8bc18a288c1 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.79 2013/11/03 13:56:03 pirofti Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.80 2014/09/01 05:13:21 doug Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.74 2013/10/25 05:10:03 guenther Exp
+ * created from OpenBSD: syscalls.master,v 1.76 2014/09/01 05:09:53 doug Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 7b047b5a432..991e99bb214 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: init_sysent.c,v 1.156 2014/08/31 01:47:17 guenther Exp $ */
+/* $OpenBSD: init_sysent.c,v 1.157 2014/09/01 05:13:22 doug Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.144 2014/08/31 01:42:36 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.145 2014/09/01 05:09:53 doug Exp
*/
#include <sys/param.h>
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index b01a7342bf5..54f68083ee1 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscalls.c,v 1.157 2014/08/31 01:47:17 guenther Exp $ */
+/* $OpenBSD: syscalls.c,v 1.158 2014/09/01 05:13:22 doug Exp $ */
/*
* System call names.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.144 2014/08/31 01:42:36 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.145 2014/09/01 05:09:53 doug Exp
*/
char *syscallnames[] = {
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 9a9b2ae816b..fee440c9e72 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscall.h,v 1.156 2014/08/31 01:47:17 guenther Exp $ */
+/* $OpenBSD: syscall.h,v 1.157 2014/09/01 05:13:22 doug Exp $ */
/*
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.144 2014/08/31 01:42:36 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.145 2014/09/01 05:09:53 doug Exp
*/
/* syscall: "syscall" ret: "int" args: "int" "..." */
@@ -181,7 +181,7 @@
/* syscall: "symlink" ret: "int" args: "const char *" "const char *" */
#define SYS_symlink 57
-/* syscall: "readlink" ret: "int" args: "const char *" "char *" "size_t" */
+/* syscall: "readlink" ret: "ssize_t" args: "const char *" "char *" "size_t" */
#define SYS_readlink 58
/* syscall: "execve" ret: "int" args: "const char *" "char *const *" "char *const *" */
diff --git a/sys/sys/syscallargs.h b/sys/sys/syscallargs.h
index 7130df17cb4..fefe1f24f89 100644
--- a/sys/sys/syscallargs.h
+++ b/sys/sys/syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: syscallargs.h,v 1.158 2014/08/31 01:47:17 guenther Exp $ */
+/* $OpenBSD: syscallargs.h,v 1.159 2014/09/01 05:13:22 doug Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from; OpenBSD: syscalls.master,v 1.144 2014/08/31 01:42:36 guenther Exp
+ * created from; OpenBSD: syscalls.master,v 1.145 2014/09/01 05:09:53 doug Exp
*/
#ifdef syscallarg