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/sunos/sunos_syscalls.c | |
parent | 4e96377228ca04c54bdc4aec8116d85f74e15834 (diff) |
sync
Diffstat (limited to 'sys/compat/sunos/sunos_syscalls.c')
-rw-r--r-- | sys/compat/sunos/sunos_syscalls.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/sunos/sunos_syscalls.c b/sys/compat/sunos/sunos_syscalls.c index 7a9bd6ac368..e84fbf347d5 100644 --- a/sys/compat/sunos/sunos_syscalls.c +++ b/sys/compat/sunos/sunos_syscalls.c @@ -1,8 +1,10 @@ +/* $OpenBSD: sunos_syscalls.c,v 1.11 1999/06/07 07:18:36 deraadt Exp $ */ + /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.10 1998/03/23 07:12:40 millert Exp + * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:48 deraadt Exp */ char *sunos_syscallnames[] = { @@ -48,7 +50,7 @@ char *sunos_syscallnames[] = { "#39 (unimplemented sunos_setpgrp)", /* 39 = unimplemented sunos_setpgrp */ "lstat", /* 40 = lstat */ "dup", /* 41 = dup */ - "pipe", /* 42 = pipe */ + "opipe", /* 42 = opipe */ "otimes", /* 43 = otimes */ "profil", /* 44 = profil */ "#45 (unimplemented)", /* 45 = unimplemented */ |