components/coreutils/patches/who.c.patch
branchs11u3-sru
changeset 5249 8a7aa7f8367e
parent 584 f4e402a57670
equal deleted inserted replaced
5246:bb1d032b7f7e 5249:8a7aa7f8367e
       
     1 Needed so that GNU 'who -r' correctly prints the run-level.
       
     2 See CR #15651288 for more details.
       
     3 
       
     4 This patch has not been passed upstream yet. It needs to be reworked into
       
     5 a format that would be acceptable.
       
     6 
     1 --- coreutils-8.5/src/who.c.orig	Thu Nov 10 07:54:27 2011
     7 --- coreutils-8.5/src/who.c.orig	Thu Nov 10 07:54:27 2011
     2 +++ coreutils-8.5/src/who.c	Thu Nov 10 07:55:13 2011
     8 +++ coreutils-8.5/src/who.c	Thu Nov 10 07:55:13 2011
     3 @@ -524,8 +524,8 @@
     9 @@ -524,8 +524,8 @@
     4    unsigned char curr = UT_PID (utmp_ent) % 256;
    10    unsigned char curr = UT_PID (utmp_ent) % 256;
     5  
    11