Here is a trivial patch to replace the one occurance u64 with __u64 in linux/xfrm.h. Thanks, -- Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ ) Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Index: include/linux/xfrm.h =================================================================== RCS file: /home/gondolin/herbert/src/CVS/debian/kernel-source-2.5/include/linux/xfrm.h,v retrieving revision 1.1.1.5 diff -u -r1.1.1.5 xfrm.h --- include/linux/xfrm.h 27 May 2003 08:38:39 -0000 1.1.1.5 +++ include/linux/xfrm.h 31 May 2003 09:40:19 -0000 @@ -44,7 +44,7 @@ uid_t user; }; -#define XFRM_INF (~(u64)0) +#define XFRM_INF (~(__u64)0) struct xfrm_lifetime_cfg {