[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeutils/klaptopdaemon
From:       Dirk Mueller <mueller () kde ! org>
Date:       2003-11-06 14:46:14
[Download RAW message or body]

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 <asm/types.h>
-typedef __u8 byte;
-typedef __u16 word;
-typedef __u32 dword;
+#include <sys/types.h>
+typedef int8_t byte;
+typedef int16_t word;
+typedef int32_t dword;
 typedef char flag_t;
 typedef byte bcd8_t;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic