From kde-commits Thu Nov 06 14:46:14 2003 From: Dirk Mueller Date: Thu, 06 Nov 2003 14:46:14 +0000 To: kde-commits Subject: kdeutils/klaptopdaemon X-MARC-Message: https://marc.info/?l=kde-commits&m=106813003223222 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;