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_syscalls.c | |
parent | 4e96377228ca04c54bdc4aec8116d85f74e15834 (diff) |
sync
Diffstat (limited to 'sys/compat/ibcs2/ibcs2_syscalls.c')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_syscalls.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/ibcs2/ibcs2_syscalls.c b/sys/compat/ibcs2/ibcs2_syscalls.c index 9f6ed193239..9b441f58616 100644 --- a/sys/compat/ibcs2/ibcs2_syscalls.c +++ b/sys/compat/ibcs2/ibcs2_syscalls.c @@ -1,8 +1,10 @@ +/* $OpenBSD: ibcs2_syscalls.c,v 1.6 1999/06/07 07:18:35 deraadt Exp $ */ + /* * System call names. * * 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 */ char *ibcs2_syscallnames[] = { @@ -48,7 +50,7 @@ char *ibcs2_syscallnames[] = { "pgrpsys", /* 39 = pgrpsys */ "#40 (unimplemented ibcs2_xenix)", /* 40 = unimplemented ibcs2_xenix */ "dup", /* 41 = dup */ - "pipe", /* 42 = pipe */ + "opipe", /* 42 = opipe */ "times", /* 43 = times */ "#44 (unimplemented profil)", /* 44 = unimplemented profil */ "plock", /* 45 = plock */ |