Skip to content
Snippets Groups Projects
Commit 62822c7a authored by wlott's avatar wlott
Browse files

Changed SUB-UNIX-EXECVE to VECTOR-SAP the program now that the SYSCALL

macro doesn't do it for us.
parent cd5e3034
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.11 1992/02/15 01:07:57 wlott Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/unix.lisp,v 1.12 1992/02/16 23:39:15 wlott Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1520,7 +1520,7 @@
(result error-code)
(int-syscall ("execve"
(* char) system-area-pointer system-area-pointer)
program argv envp)))
(vector-sap program) argv envp)))
;;
;; Deallocate memory
(when argv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment