diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 07:18:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 07:18:38 +0000 |
commit | 184f5b3edd634fae3b8558b4669ced57cb900d02 (patch) | |
tree | 227f7061b9d18ed5b086dadd96ba7d260f369a7f /sys/compat/ibcs2/ibcs2_sysent.c | |
parent | 4e96377228ca04c54bdc4aec8116d85f74e15834 (diff) |
sync
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_sysent.c')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_sysent.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/ibcs2/ibcs2_sysent.c b/sys/compat/ibcs2/ibcs2_sysent.c index 3dc93315898..9858231d986 100644 --- a/sys/compat/ibcs2/ibcs2_sysent.c +++ b/sys/compat/ibcs2/ibcs2_sysent.c @@ -1,8 +1,10 @@ +/* $OpenBSD: ibcs2_sysent.c,v 1.6 1999/06/07 07:18:35 deraadt Exp $ */ + /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.5 1996/08/02 21:55:17 niklas Exp + * created from OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:47 deraadt Exp */ #include <sys/param.h> @@ -122,7 +124,7 @@ struct sysent ibcs2_sysent[] = { { 1, s(struct sys_dup_args), sys_dup }, /* 41 = dup */ { 0, 0, - sys_pipe }, /* 42 = pipe */ + sys_opipe }, /* 42 = opipe */ { 1, s(struct ibcs2_sys_times_args), ibcs2_sys_times }, /* 43 = times */ { 0, 0, |