Re: Version 6.1.8 of the aic7xxx driver availalbe

Linus Torvalds (torvalds@transmeta.com)
Fri, 23 Mar 2001 12:14:10 -0800 (PST)


On Thu, 22 Mar 2001, Justin T. Gibbs wrote:
>
> aic7xxx_proc.c:
> Use an unsigned long for total number of commands
> sent to a device. %q and %lld don't seem to work
> under Linux or I'd have used a uint64_t.

It's "%Ld".

Think ANSI "long long double" -> "Lf".

Thus "long long int" -> "Ld".

I know it's at least been discussed for ANSI C9X, although I have no idea
if it actually caught on.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/