Re: [hackers] [sinit] [PATCH] Use switch for fork()

2016-09-23 Thread Dimitris Papastamos
Applied the patch, thanks! (BTW commit message is too bloated).

Re: [hackers] [sinit] [PATCH] Use switch for fork()

2016-09-23 Thread Silvan Jegen
On Fri, Sep 23, 2016 at 9:48 AM, FRIGN wrote: > To be precise, I think this can be considered the first patch of this > year's slcon3 hacking sessions. ;) Haha, so early... I will be arriving around 21h tonight. I assume that there will be more time for coding on Sunday as well! Cheers, Silva

[hackers] [sinit] [PATCH] Use switch for fork()

2016-09-23 Thread FRIGN
Hello fellow hackers, I spotted this small detail this morning and applied this change. It is always a good thing in my opinion to be able to carve off an unnecessary local variable. To be precise, I think this can be considered the first patch of this year's slcon3 hacking sessions. ;) With bes