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_syscalls.c | |
parent | 4e75a2f3d47fcb4101ad6c63743e4262538a944a (diff) |
Regen after syscall changes (option PTRACE)
Diffstat (limited to 'sys/compat/hpux/hpux_syscalls.c')
-rw-r--r-- | sys/compat/hpux/hpux_syscalls.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/compat/hpux/hpux_syscalls.c b/sys/compat/hpux/hpux_syscalls.c index 7a75a8dfea3..dec29d52ee0 100644 --- a/sys/compat/hpux/hpux_syscalls.c +++ b/sys/compat/hpux/hpux_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: hpux_syscalls.c,v 1.8 2001/10/10 23:44:26 art Exp $ */ +/* $OpenBSD: hpux_syscalls.c,v 1.9 2002/03/14 00:44:20 miod Exp $ */ /* * System call names. * * 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 */ char *hpux_syscallnames[] = { @@ -34,7 +34,11 @@ char *hpux_syscallnames[] = { "setuid", /* 23 = setuid */ "getuid", /* 24 = getuid */ "stime_6x", /* 25 = stime_6x */ +#ifdef PTRACE "ptrace", /* 26 = ptrace */ +#else + "#26 (unimplemented ptrace)", /* 26 = unimplemented ptrace */ +#endif "alarm_6x", /* 27 = alarm_6x */ "fstat_6x", /* 28 = fstat_6x */ "pause_6x", /* 29 = pause_6x */ |