about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurdexec.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/hurd/hurdexec.c b/hurd/hurdexec.c
index e18107b9a7..2f38679ff2 100644
--- a/hurd/hurdexec.c
+++ b/hurd/hurdexec.c
@@ -217,14 +217,14 @@ _hurd_exec (task_t task, file_t file,
 	  *pdp++ = dtable[i];
       }
 
-    err = __file_exec (file, task,
+    err = __file_exec (file, task, MACH_MSG_TYPE_COPY_SEND,
 		       _hurd_exec_flags & EXEC_INHERITED,
-		       args, argslen, env, envlen,
-		       dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize, 
-		       ports, MACH_MSG_TYPE_COPY_SEND, _hurd_nports, 
-		       ints, INIT_INT_MAX,
-		       please_dealloc, pdp - please_dealloc,
-		       NULL, 0);
+		       args, argslen, 0, env, envlen, 0,
+		       dtable, MACH_MSG_TYPE_COPY_SEND, dtablesize,  0,
+		       ports, MACH_MSG_TYPE_COPY_SEND, _hurd_nports, 0,
+		       ints, INIT_INT_MAX, 0,
+		       please_dealloc, pdp - please_dealloc, 0,
+		       NULL, 0, 0);
   }
 
   /* Release references to the standard ports.  */