summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r--sys/compat/linux/linux_sysent.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index ac8a6d29f21..90088afee05 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.61 2011/07/07 06:17:06 pirofti Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.62 2011/07/08 05:03:42 matthew Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.57 2011/07/07 06:15:47 pirofti Exp
+ * created from OpenBSD: syscalls.master,v 1.58 2011/07/08 05:01:27 matthew Exp
*/
#include <sys/param.h>
@@ -110,8 +110,8 @@ struct sysent linux_sysent[] = {
linux_sys_rmdir }, /* 40 = rmdir */
{ 1, s(struct sys_dup_args), 0,
sys_dup }, /* 41 = dup */
- { 1, s(struct linux_sys_pipe_args), 0,
- linux_sys_pipe }, /* 42 = pipe */
+ { 1, s(struct sys_pipe_args), 0,
+ sys_pipe }, /* 42 = pipe */
{ 1, s(struct linux_sys_times_args), 0,
linux_sys_times }, /* 43 = times */
{ 0, 0, 0,