On Tue, 2005-02-08 at 17:45 +0000, Nicolas Pitre wrote: > +#define OTPSELECT _IOR('M', 13, int) > +#define OTPGETREGIONCOUNT _IOW('M', 14, int) No ints in ioctls please. Choose something with a fixed size. -- dwmw2