Re: [PATCH hurd 4/7] startup: give the tasks we create a name

2015-01-17 Thread Samuel Thibault
Justus Winter, le Sat 17 Jan 2015 18:26:43 +0100, a écrit : > * startup/startup.c (run): Name the tasks we start. Ack, thanks! > --- > startup/startup.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/startup/startup.c b/startup/startup.c > index 601c894..c9fe215 100644 > --- a/start

[PATCH hurd 4/7] startup: give the tasks we create a name

2015-01-17 Thread Justus Winter
* startup/startup.c (run): Name the tasks we start. --- startup/startup.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/startup/startup.c b/startup/startup.c index 601c894..c9fe215 100644 --- a/startup/startup.c +++ b/startup/startup.c @@ -33,6 +33,7 @@ #include #include #include +#i