mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
[PATCH] fix build error in namedev.c caused by previous patch.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user