From d5d7288a927ba51e8976346969f536caf636d39d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 1 Jan 2002 03:25:50 +0000 Subject: 2001-12-31 Roland McGrath * exec.c (do_exec): thread_array_t -> thread_t * --- exec/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec') diff --git a/exec/exec.c b/exec/exec.c index 54475d79..567f11c0 100644 --- a/exec/exec.c +++ b/exec/exec.c @@ -1736,7 +1736,7 @@ do_exec (file_t file, if (newtask == oldtask) { - thread_array_t threads; + thread_t *threads; mach_msg_type_number_t nthreads, i; /* Terminate all the threads of the old task. */ -- cgit v1.2.3