hal/tools/linux add_selinux.c,1.5,1.6 hal_hotplug.c,1.28,1.29
Richard Hughes
hughsient at freedesktop.org
Tue Sep 27 02:42:15 PDT 2005
- Previous 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
- Next message: hal/tools fstab-sync.c,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/tools/linux
In directory gabe:/tmp/cvs-serv20732/tools/linux
Modified Files:
add_selinux.c hal_hotplug.c
Log Message:
Replace kernel-style datatypes (like _u8 and __s16) with their appropriate standard datatype.
Index: add_selinux.c
===================================================================
RCS file: /cvs/hal/hal/tools/linux/add_selinux.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- add_selinux.c 29 Jul 2005 20:32:58 -0000 1.5
+++ add_selinux.c 27 Sep 2005 09:42:13 -0000 1.6
@@ -33,9 +33,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/kdev_t.h>
Index: hal_hotplug.c
===================================================================
RCS file: /cvs/hal/hal/tools/linux/hal_hotplug.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- hal_hotplug.c 29 Jul 2005 20:32:58 -0000 1.28
+++ hal_hotplug.c 27 Sep 2005 09:42:13 -0000 1.29
@@ -39,7 +39,7 @@
#include <errno.h>
#include <mntent.h>
#include <syslog.h>
-#include <sys/types.h>
+#include <stdint.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
- Previous 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
- Next message: hal/tools fstab-sync.c,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list