diff options
Diffstat (limited to 'sys/compat/hpux/hpux_syscallargs.h')
-rw-r--r-- | sys/compat/hpux/hpux_syscallargs.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/hpux/hpux_syscallargs.h b/sys/compat/hpux/hpux_syscallargs.h index b281aca20e3..671fda93799 100644 --- a/sys/compat/hpux/hpux_syscallargs.h +++ b/sys/compat/hpux/hpux_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscallargs.h,v 1.9 2001/10/10 23:44:26 art Exp $ */ +/* $OpenBSD: hpux_syscallargs.h,v 1.10 2002/03/14 00:44:20 miod Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.7 2001/10/10 23:43:44 art Exp + * created from OpenBSD: syscalls.master,v 1.8 2002/03/14 00:42:25 miod Exp */ #ifdef syscallarg @@ -418,7 +418,10 @@ int sys_getpid __P((struct proc *, void *, register_t *)); int sys_setuid __P((struct proc *, void *, register_t *)); int sys_getuid __P((struct proc *, void *, register_t *)); int hpux_sys_stime_6x __P((struct proc *, void *, register_t *)); +#ifdef PTRACE int hpux_sys_ptrace __P((struct proc *, void *, register_t *)); +#else +#endif int hpux_sys_alarm_6x __P((struct proc *, void *, register_t *)); int hpux_sys_fstat_6x __P((struct proc *, void *, register_t *)); int hpux_sys_pause_6x __P((struct proc *, void *, register_t *)); |