hal/agents/linux26/sysfs hal_monitor.c,1.6,1.7

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


Update of /cvs/hal/hal/agents/linux26/sysfs
In directory gabe:/tmp/cvs-serv20732/agents/linux26/sysfs

Modified Files:
	hal_monitor.c 
Log Message:
Replace kernel-style datatypes (like _u8 and __s16) with their appropriate standard datatype.

Index: hal_monitor.c
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/hal_monitor.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hal_monitor.c	29 Jul 2005 20:32:57 -0000	1.6
+++ hal_monitor.c	27 Sep 2005 09:42:12 -0000	1.7
@@ -38,7 +38,7 @@
 #include <stdarg.h>
 #include <syslog.h>
 
-#include <sys/types.h>
+#include <stdint.h>
 #include <sys/stat.h>
 #include <unistd.h>
 




More information about the hal-commit mailing list