]> git.ipfire.org Git - thirdparty/systemd.git/commit
[PATCH] expose sysfs functions for sharing it
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Tue, 19 Oct 2004 11:37:22 +0000 (04:37 -0700)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 05:06:44 +0000 (22:06 -0700)
commitf071348004c8069b610effd95309ff47c515cf3e
tree388cd1aa48ceb162800b83a76a32f50f70a41eab
parent796ed8851b2fe8c592c2e903ff218352c418b9fc
[PATCH] expose sysfs functions for sharing it

This patch exposes the wait_for_sysfs functions to all possible users,
so we need to maintain only one list of exceptions. The last list is
hereby removed from udev.c.
Makefile
udev.c
udev_sysfs.c [new file with mode: 0644]
udev_sysfs.h [new file with mode: 0644]
wait_for_sysfs.c