hal/hald/linux2/addons addon-acpi.c, 1.10, 1.11 addon-hid-ups.c, 1.9, 1.10 addon-pmu.c, 1.3, 1.4 addon-storage.c, 1.11, 1.12

Richard Hughes hughsient at freedesktop.org
Tue Sep 27 02:42:15 PDT 2005


Update of /cvs/hal/hal/hald/linux2/addons
In directory gabe:/tmp/cvs-serv20732/hald/linux2/addons

Modified Files:
	addon-acpi.c addon-hid-ups.c addon-pmu.c addon-storage.c 
Log Message:
Replace kernel-style datatypes (like _u8 and __s16) with their appropriate standard datatype.

Index: addon-acpi.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-acpi.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- addon-acpi.c	11 Aug 2005 21:19:57 -0000	1.10
+++ addon-acpi.c	27 Sep 2005 09:42:13 -0000	1.11
@@ -30,7 +30,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>

Index: addon-hid-ups.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-hid-ups.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- addon-hid-ups.c	29 Jul 2005 20:58:04 -0000	1.9
+++ addon-hid-ups.c	27 Sep 2005 09:42:13 -0000	1.10
@@ -39,9 +39,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/ioctl.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include <sys/stat.h>
-#include <asm/types.h>
+#include <stdint.h>
 #include <fcntl.h>
 #include <unistd.h>
 #include <linux/hiddev.h>

Index: addon-pmu.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-pmu.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- addon-pmu.c	11 Aug 2005 21:19:57 -0000	1.3
+++ addon-pmu.c	27 Sep 2005 09:42:13 -0000	1.4
@@ -30,7 +30,7 @@
 #include <unistd.h>
 #include <errno.h>
 #include <string.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/un.h>

Index: addon-storage.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/addons/addon-storage.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- addon-storage.c	11 Aug 2005 21:19:57 -0000	1.11
+++ addon-storage.c	27 Sep 2005 09:42:13 -0000	1.12
@@ -32,9 +32,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/ioctl.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include <sys/stat.h>
-#include <sys/types.h>
+#include <stdint.h>
 #include <sys/wait.h>
 #include <fcntl.h>
 #include <unistd.h>




More information about the hal-commit mailing list