diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:44:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-14 00:44:21 +0000 |
commit | 23f1eb80011a08ad6a6ea4f200e3a7d86c78ae1d (patch) | |
tree | 8b4e8efa5cc44875877208842538b99cd651e5c3 /sys/compat/hpux/hpux_syscallargs.h | |
parent | 4e75a2f3d47fcb4101ad6c63743e4262538a944a (diff) |
Regen after syscall changes (option PTRACE)
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 *)); |