]> granicus.if.org Git - procps-ng/commit
Replace %Lu with standard %llu
authorCraig Small <csmall@enc.com.au>
Thu, 14 Apr 2016 11:21:27 +0000 (21:21 +1000)
committerCraig Small <csmall@enc.com.au>
Thu, 14 Apr 2016 11:21:27 +0000 (21:21 +1000)
commitbf97da3059f43af0dfc0e39dfb85fbbf5be26594
tree4818b5d01b15204a8c0042119aa6b114feb30e91
parent91ee02f076d5301148af507e69d0856c0b0c7cfe
Replace %Lu with standard %llu

Multiple scanf()s use the GNU-permitted %Lu. This is not supported in
other libraries and isn't to the POSIX specification. The L modifier
is only used for floats in POSIX.

Replacing %Lu with %llu is the same for GNU libc (scanf(3) says as much)
but means other libraries will work fine.

From master commit da715e3

References:
 http://pubs.opengroup.org/onlinepubs/009695399/functions/fscanf.html
proc/readproc.c
proc/readstat.c