diff options
| author | 2011-07-08 05:02:49 +0000 | |
|---|---|---|
| committer | 2011-07-08 05:02:49 +0000 | |
| commit | 1c01920a9236c0f0ae778eb831fa9edde7807ced (patch) | |
| tree | 77868d50a588802de64813f657ad5ce034b02241 /sys/compat/linux/linux_sysent.c | |
| parent | Remove the sys_opipe() kernel entry point. sys_pipe() is the future. (diff) | |
| download | wireguard-openbsd-1c01920a9236c0f0ae778eb831fa9edde7807ced.tar.xz wireguard-openbsd-1c01920a9236c0f0ae778eb831fa9edde7807ced.zip | |
sync
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
| -rw-r--r-- | sys/compat/linux/linux_sysent.c | 8 |
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, |
