diff options
author | kay.sievers@vrfy.org <kay.sievers@vrfy.org> | 2004-03-01 22:28:51 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:34:29 -0700 |
commit | bd5f8e7cd197dcbb11a159c9d7dca9ae62fdd5e8 (patch) | |
tree | 90b5da04232ada8f327588ba9590b8d39b5876a9 /namedev.h | |
parent | 63ead27c228f9306f175b14a49df2415d09ece10 (diff) |
[PATCH] udev - fix debug info for multiple rule file config
On Sat, Feb 28, 2004 at 09:56:32PM +0100, Kay Sievers wrote:
> Andrey pointed out that we don't print the right filename in the debug
> output. Here is a fix for that. It applies on top of Andrey's symlink
> patch, cause we are touching the same part of the code.
The copy/paste devil catched me :)
Here is a fixed one.
Diffstat (limited to 'namedev.h')
-rw-r--r-- | namedev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ struct config_device { char symlink[NAME_SIZE]; struct sysfs_pair sysfs_pair[MAX_SYSFS_PAIRS]; int partitions; + char config_file[NAME_SIZE]; int config_line; }; |