Bug#326561: usbdevice_fs.h [patch]

2005-10-16 Thread Samuel Thibault
Hi, Same problem with brltty. Removing #include linux/compat.h doesn't seem correct to me: compat_foo_t are used in the file... I guess other includes are necessary too. What is really wrong is /usr/include/asm-generic/div64.h: #if BITS_PER_LONG == 64 BITS_PER_LONG shouldn't ever be

Bug#326561: usbdevice_fs.h [patch]

2005-09-13 Thread Larry Doolittle
Guys - I get similar problems building USRP (not yet a Debian package). I can fix things up by deleting the line #include linux/compat.h from /usr/include/linux/usbdevice_fs.h. This change is not obviously broken, as it is one of only two *.h files in there that includes compat.h. The other