summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/syscalls.master
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-25 12:20:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-25 12:20:03 +0000
commitc0d8e069269f4b68db3b7b60ad34b70bf98b9b82 (patch)
tree710ca086b634768616e96dafeedb2d6a32906155 /sys/compat/sunos/syscalls.master
parent69189bf9794c800b106a391ec8409cc13efb8ebe (diff)
route execve via compat filename translation
Diffstat (limited to 'sys/compat/sunos/syscalls.master')
-rw-r--r--sys/compat/sunos/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master
index 033d9e9bf4a..ffcd6589f44 100644
--- a/sys/compat/sunos/syscalls.master
+++ b/sys/compat/sunos/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.4 1996/08/02 21:55:22 niklas Exp $
+ $OpenBSD: syscalls.master,v 1.5 1996/08/25 12:19:58 deraadt Exp $
; $NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -106,7 +106,7 @@
56 OBSOL sunos_owait3
57 NOARGS { int sys_symlink(char *path, char *link); }
58 NOARGS { int sys_readlink(char *path, char *buf, int count); }
-59 NOARGS { int sys_execve(char *path, char **argp, \
+59 STD { int sunos_sys_execve(char *path, char **argp, \
char **envp); }
60 NOARGS { int sys_umask(int newmask); }
61 NOARGS { int sys_chroot(char *path); }