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/hpux/hpux_syscallargs.h | |
parent | 4e96377228ca04c54bdc4aec8116d85f74e15834 (diff) |
sync
Diffstat (limited to 'sys/compat/hpux/hpux_syscallargs.h')
-rw-r--r-- | sys/compat/hpux/hpux_syscallargs.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h index e0ab0ca2e1f..7dbaac980d1 100644 --- a/sys/compat/hpux/hpux_syscallargs.h +++ b/sys/compat/hpux/hpux_syscallargs.h @@ -1,8 +1,10 @@ +/* $OpenBSD: hpux_syscallargs.h,v 1.7 1999/06/07 07:18:35 deraadt Exp $ */ + /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.5 1997/03/26 08:11:09 downsj Exp + * created from OpenBSD: syscalls.master,v 1.6 1999/06/07 07:17:46 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -422,7 +424,7 @@ int hpux_sys_stat __P((struct proc *, void *, register_t *)); int hpux_sys_setpgrp_6x __P((struct proc *, void *, register_t *)); int hpux_sys_lstat __P((struct proc *, void *, register_t *)); int hpux_sys_dup __P((struct proc *, void *, register_t *)); -int sys_pipe __P((struct proc *, void *, register_t *)); +int sys_opipe __P((struct proc *, void *, register_t *)); int hpux_sys_times_6x __P((struct proc *, void *, register_t *)); int sys_profil __P((struct proc *, void *, register_t *)); int sys_setgid __P((struct proc *, void *, register_t *)); |