On 01/16/2013 01:12 PM, Alexander Kartashov wrote: > This patch replaces the format specifier %ld with PRIx64 > in the following places: > > * the format string argument of the functions scanf() and printf(), > * in the macros GEN_SYSCTL_*_FUNC. > > We need explicit specification of the integer size there. > --- Applied