bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/6] kern: set the name of the kernel task to 'gnumach'


From: Samuel Thibault
Subject: Re: [PATCH 1/6] kern: set the name of the kernel task to 'gnumach'
Date: Wed, 11 Jun 2014 09:46:11 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Mon 09 Jun 2014 18:38:30 +0200, a écrit :
> * kern/taks.c (task_init): Set the name of the kernel task to 'gnumach'.

Ack.

> ---
>  kern/task.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/kern/task.c b/kern/task.c
> index 66eb25c..20acc6a 100644
> --- a/kern/task.c
> +++ b/kern/task.c
> @@ -70,6 +70,7 @@ void task_init(void)
>        * for other initialization. (:-()
>        */
>       (void) task_create(TASK_NULL, FALSE, &kernel_task);
> +     (void) task_set_name(kernel_task, "gnumach");
>  }
>  
>  kern_return_t task_create(
> -- 
> 2.0.0
> 
> 

-- 
Samuel
<i8b4uUnderground> d-_-b
<BonyNoMore> how u make that inverted b?
<BonyNoMore> wait
<BonyNoMore> never mind



reply via email to

[Prev in Thread] Current Thread [Next in Thread]