diff options
Diffstat (limited to 'sys/kern/init_sysent.c')
| -rw-r--r-- | sys/kern/init_sysent.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c index 1030881af56..e5f221b986a 100644 --- a/sys/kern/init_sysent.c +++ b/sys/kern/init_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: init_sysent.c,v 1.123 2011/07/07 23:46:46 matthew Exp $ */ +/* $OpenBSD: init_sysent.c,v 1.124 2011/07/08 05:02:49 matthew Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.111 2011/07/07 23:45:00 matthew Exp + * created from; OpenBSD: syscalls.master,v 1.112 2011/07/08 05:01:27 matthew Exp */ #include <sys/param.h> @@ -139,7 +139,7 @@ struct sysent sysent[] = { { 1, s(struct sys_dup_args), 0, sys_dup }, /* 41 = dup */ { 0, 0, 0, - sys_opipe }, /* 42 = opipe */ + sys_nosys }, /* 42 = obsolete opipe */ { 0, 0, 0, sys_getegid }, /* 43 = getegid */ { 4, s(struct sys_profil_args), 0, |
