Cc: <linux-kernel@...>, David Woodhouse <dwmw2@...>, Dave Jones <davej@...>, Sam Ravnborg <sam@...>, Greg KH <greg@...>, Randy Dunlap <randy.dunlap@...>
On Fri, Mar 28, 2008 at 03:21:39AM -0700, Andrew Morton wrote:
Oops! I have no powerpc system... how can I solve this issue? Using
type __s64 is not compiling safe? =:-o
Googling on the net I found:
#include <inttypes.h>
int64_t var;
sprintf (buf, "%" PRId64, var);
but this is not implemented into the kernel... maybe I can add it into
my driver or should I propose a patch for the kernel?
Ciao,
Rodolfo
--
GNU/Linux Solutions e-mail: giometti@enneenne.com
Linux Device Driver giometti@gnudd.com
Embedded Systems giometti@linux.it
UNIX programming phone: +39 349 2432127
--