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
Richard Hughes
hughsient at freedesktop.org
Tue Sep 27 02:42:15 PDT 2005
- Previous message: 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
- Next message: hal/hald/linux2/probing linux_dvd_rw_utils.c, 1.2,
1.3 probe-hiddev.c, 1.4, 1.5 probe-input.c, 1.9,
1.10 probe-pc-floppy.c, 1.5, 1.6 probe-printer.c, 1.4,
1.5 probe-smbios.c, 1.4, 1.5 probe-storage.c, 1.14,
1.15 probe-volume.c, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv20732/hald
Modified Files:
hald.c hald_dbus.c hald_test.c hald_test_libhal.c util.c
Log Message:
Replace kernel-style datatypes (like _u8 and __s16) with their appropriate standard datatype.
Index: hald.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- hald.c 23 Aug 2005 02:17:01 -0000 1.39
+++ hald.c 27 Sep 2005 09:42:12 -0000 1.40
@@ -33,7 +33,7 @@
#include <unistd.h>
#include <getopt.h>
#include <pwd.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
Index: hald_dbus.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_dbus.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- hald_dbus.c 1 Sep 2005 18:55:06 -0000 1.41
+++ hald_dbus.c 27 Sep 2005 09:42:12 -0000 1.42
@@ -32,7 +32,7 @@
#include <string.h>
#include <unistd.h>
#include <stdarg.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/time.h>
#include <dbus/dbus.h>
Index: hald_test.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_test.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hald_test.c 29 Jul 2005 20:32:57 -0000 1.5
+++ hald_test.c 27 Sep 2005 09:42:12 -0000 1.6
@@ -33,7 +33,7 @@
#include <unistd.h>
#include <getopt.h>
#include <pwd.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
Index: hald_test_libhal.c
===================================================================
RCS file: /cvs/hal/hal/hald/hald_test_libhal.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hald_test_libhal.c 29 Jul 2005 20:32:57 -0000 1.6
+++ hald_test_libhal.c 27 Sep 2005 09:42:12 -0000 1.7
@@ -33,7 +33,7 @@
#include <unistd.h>
#include <getopt.h>
#include <pwd.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
Index: util.c
===================================================================
RCS file: /cvs/hal/hal/hald/util.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- util.c 26 Aug 2005 14:38:25 -0000 1.26
+++ util.c 27 Sep 2005 09:42:12 -0000 1.27
@@ -32,7 +32,7 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/stat.h>
#include <unistd.h>
#include <signal.h>
- Previous message: 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
- Next message: hal/hald/linux2/probing linux_dvd_rw_utils.c, 1.2,
1.3 probe-hiddev.c, 1.4, 1.5 probe-input.c, 1.9,
1.10 probe-pc-floppy.c, 1.5, 1.6 probe-printer.c, 1.4,
1.5 probe-smbios.c, 1.4, 1.5 probe-storage.c, 1.14,
1.15 probe-volume.c, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list