diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-25 12:20:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-25 12:20:03 +0000 |
commit | c0d8e069269f4b68db3b7b60ad34b70bf98b9b82 (patch) | |
tree | 710ca086b634768616e96dafeedb2d6a32906155 /sys/compat/hpux/syscalls.master | |
parent | 69189bf9794c800b106a391ec8409cc13efb8ebe (diff) |
route execve via compat filename translation
Diffstat (limited to 'sys/compat/hpux/syscalls.master')
-rw-r--r-- | sys/compat/hpux/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/hpux/syscalls.master b/sys/compat/hpux/syscalls.master index 81bded9225e..29a1565ea1f 100644 --- a/sys/compat/hpux/syscalls.master +++ b/sys/compat/hpux/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.3 1996/08/02 20:29:10 niklas Exp $ + $OpenBSD: syscalls.master,v 1.4 1996/08/25 12:19:51 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.9 1995/11/28 08:39:56 thorpej Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -109,7 +109,7 @@ int dev, int request); } 58 STD { int hpux_sys_readlink(char *path, char *buf, \ int count); } -59 NOARGS { int sys_execve(char *path, char **argp, \ +59 STD { int hpux_sys_execve(char *path, char **argp, \ char **envp); } 60 NOARGS { int sys_umask(int newmask); } 61 NOARGS { int sys_chroot(char *path); } |