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
- Previous message: hal/hald/linux2 blockdev.c, 1.23, 1.24 classdev.c, 1.32,
1.33 coldplug.c, 1.17, 1.18 hotplug.c, 1.17, 1.18 ids.c, 1.6,
1.7 osspec.c, 1.28, 1.29 pcmcia_cs.h, 1.2, 1.3 pcmcia_utils.h,
1.2, 1.3 physdev.c, 1.20, 1.21
- Next message: hal/hald hald.c, 1.39, 1.40 hald_dbus.c, 1.41, 1.42 hald_test.c, 1.5,
1.6 hald_test_libhal.c, 1.6, 1.7 util.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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>
- Previous message: hal/hald/linux2 blockdev.c, 1.23, 1.24 classdev.c, 1.32,
1.33 coldplug.c, 1.17, 1.18 hotplug.c, 1.17, 1.18 ids.c, 1.6,
1.7 osspec.c, 1.28, 1.29 pcmcia_cs.h, 1.2, 1.3 pcmcia_utils.h,
1.2, 1.3 physdev.c, 1.20, 1.21
- Next message: hal/hald hald.c, 1.39, 1.40 hald_dbus.c, 1.41, 1.42 hald_test.c, 1.5,
1.6 hald_test_libhal.c, 1.6, 1.7 util.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list