CVS commit by mueller: don't use unportable crap M +4 -5 thinkpad_common.h 1.3 --- kdeutils/klaptopdaemon/thinkpad_common.h #1.2:1.3 @@ -65,8 +65,8 @@ /****** types ******/ -#include -typedef __u8 byte; -typedef __u16 word; -typedef __u32 dword; +#include +typedef int8_t byte; +typedef int16_t word; +typedef int32_t dword; typedef char flag_t; typedef byte bcd8_t;