Re: [PATCH] Sulogin: avoid shared memory area usemask but use waitid() for childs

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

 



On Thu, Feb 11, 2016 at 01:35:26PM +0100, Werner Fink wrote:
>  login-utils/sulogin-consoles.c |  53 ++++++++++++++++-----
>  login-utils/sulogin.c          | 104 ++++++++++++++++++++++++++++++-----------
>  2 files changed, 120 insertions(+), 37 deletions(-)

 Applied, thanks.

> +	struct timespec sigwait = {0, 50000000};

 Modified to:

     struct timespec sigwait = { .tv_sec = 0, .tv_nsec = 50000000 };

to keep it more robust.

    Karel

-- 
 Karel Zak  <kzak@xxxxxxxxxx>
 http://karelzak.blogspot.com
--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux