hal/agents/linux26/sysfs/libsysfs libsysfs.h,1.1,1.2

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


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

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

Index: libsysfs.h
===================================================================
RCS file: /cvs/hal/hal/agents/linux26/sysfs/libsysfs/libsysfs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libsysfs.h	22 Nov 2003 19:51:15 -0000	1.1
+++ libsysfs.h	27 Sep 2005 09:42:12 -0000	1.2
@@ -23,7 +23,7 @@
 #ifndef _LIBSYSFS_H_
 #define _LIBSYSFS_H_
 
-#include <sys/types.h>
+#include <stdint.h>
 #include "dlist.h"
 
 /*




More information about the hal-commit mailing list