| udev_rules.h | | udev_rules.h | |
| | | | |
| skipping to change at line 87 | | skipping to change at line 87 | |
| struct key_pairs attrs; | | struct key_pairs attrs; | |
| | | | |
| struct key_pairs env; | | struct key_pairs env; | |
| struct key program; | | struct key program; | |
| struct key result; | | struct key result; | |
| struct key import; | | struct key import; | |
| enum import_type import_type; | | enum import_type import_type; | |
| struct key test; | | struct key test; | |
| mode_t test_mode_mask; | | mode_t test_mode_mask; | |
| struct key run; | | struct key run; | |
|
| struct key wait_for_sysfs; | | struct key wait_for; | |
| struct key label; | | struct key label; | |
| struct key goto_label; | | struct key goto_label; | |
| | | | |
| struct key name; | | struct key name; | |
| struct key symlink; | | struct key symlink; | |
| struct key symlink_match; | | struct key symlink_match; | |
| struct key owner; | | struct key owner; | |
| struct key group; | | struct key group; | |
| struct key mode; | | struct key mode; | |
| enum escape_type string_escape; | | enum escape_type string_escape; | |
| | | | |
End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 1 lines changed or added | |
|