Re: [patch] use __u64 rather than u64 in parisc statfs structs

2007-01-30 Thread Kyle McMartin
On Sun, Jan 28, 2007 at 06:48:26PM -0500, Mike Frysinger wrote: > the statfs header exports some structs to userspace ... the parisc statfs64 > struct currently uses u64 so the trivial attached patch fixes it to use __u64 > -mike ack'd and merged. can you please not attach patches but properly se

[patch] use __u64 rather than u64 in parisc statfs structs

2007-01-28 Thread Mike Frysinger
the statfs header exports some structs to userspace ... the parisc statfs64 struct currently uses u64 so the trivial attached patch fixes it to use __u64 -mike pgpooYiKlYGyj.pgp Description: PGP signature Use __u64 rather than u64 in the struct statfs64 exported to userspace. Signed-off-by: Mik