Parent Directory | Revision Log | Revision Graph
Import
1 | slords | 1.1 | --- hal-0.4.2/hald/linux/libsysfs/sysfs_dir.c.dont-read-config |
2 | +++ hal-0.4.2/hald/linux/libsysfs/sysfs_dir.c | ||
3 | @@ -624,6 +624,8 @@ int sysfs_read_dir_attributes(struct sys | ||
4 | continue; | ||
5 | if (0 == strcmp(dirent->d_name, "..")) | ||
6 | continue; | ||
7 | + if (0 == strcmp(dirent->d_name, "config")) | ||
8 | + continue; | ||
9 | memset(file_path, 0, SYSFS_PATH_MAX); | ||
10 | safestrcpy(file_path, sysdir->path); | ||
11 | safestrcat(file_path, "/"); |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |