]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] new version of libsysfs patch
authordsteklof@us.ibm.com <dsteklof@us.ibm.com>
Tue, 21 Oct 2003 08:19:14 +0000 (01:19 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:01:42 +0000 (21:01 -0700)
commitfe3fe3b29ffbc7d0ce7dca6a371da31d8b3ff7f8
treefd2071c7c28b780d1509f32d8cc93c41405eceb2
parent3370fb2152d5c812ed4a48b9108a97b446713c9d
[PATCH] new version of libsysfs patch

Here's the patch applying the latest libsysfs.
- adds the latest libsysfs code to udev
* new code includes dlist implementation, a generic linked list
implementation. Needed our own because LGPL
* rearranged structures
* provided more functions for accessing directory and attributes
- gets rid of ->directory->path references in namedev.c
- replaces sysfs_get_value_from_attributes with sysfs_get_classdev_attr
12 files changed:
libsysfs/Makefile
libsysfs/dlist.c [new file with mode: 0644]
libsysfs/dlist.h [new file with mode: 0644]
libsysfs/libsysfs.h
libsysfs/sysfs.h
libsysfs/sysfs_bus.c
libsysfs/sysfs_class.c
libsysfs/sysfs_device.c
libsysfs/sysfs_dir.c
libsysfs/sysfs_driver.c
libsysfs/sysfs_utils.c
namedev.c