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
- Previous message: hal/agents/linux26/sysfs hal_monitor.c,1.6,1.7
- Next message: hal/drive_id ata.c, 1.2, 1.3 drive_id.c, 1.3, 1.4 scsi.c, 1.2,
1.3 util.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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"
/*
- Previous message: hal/agents/linux26/sysfs hal_monitor.c,1.6,1.7
- Next message: hal/drive_id ata.c, 1.2, 1.3 drive_id.c, 1.3, 1.4 scsi.c, 1.2,
1.3 util.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list