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


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>




More information about the hal-commit mailing list