From: Jeff Garzik <jgarzik@pobox.com>
Date: Mon, 02 Jun 2003 21:14:25 -0400
As is evident from (a) include/linux standard policy and (b) patches applied to CryptoAPI in the past, we should be using kernel standard types: u64, not __u64.
Becuase u64 is not defined when __KERNEL__ is not defined, these are
user visible headers.
Neither is __u64 always defined.
If it's user-visible, it should be the standard C99 uint<size>_t type...
Jeff
- : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html