mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
[PATCH] fix build error in namedev.c caused by previous patch.
This commit is contained in:
parent
a291a14b90
commit
615ba3e82b
@ -816,7 +816,7 @@ int namedev_name_device(struct sysfs_class_device *class_dev, struct udevice *ud
|
||||
}
|
||||
|
||||
if (dev->symlink[0] != '\0') {
|
||||
char temp[NAMESIZE];
|
||||
char temp[NAME_SIZE];
|
||||
|
||||
info("configured rule in '%s' at line %i applied, added symlink '%s'",
|
||||
dev->config_file, dev->config_line, dev->symlink);
|
||||
|
Loading…
x
Reference in New Issue
Block a user