mirror of
https://github.com/systemd/systemd.git
synced 2026-08-04 15:10:33 +00:00
nulstr-util: Declare NULSTR_FOREACH() iterator inline
This commit is contained in:
@@ -494,7 +494,7 @@ static char* disk_description(const char *path) {
|
||||
"ID_MODEL\0";
|
||||
|
||||
_cleanup_(sd_device_unrefp) sd_device *device = NULL;
|
||||
const char *i, *name;
|
||||
const char *name;
|
||||
struct stat st;
|
||||
|
||||
assert(path);
|
||||
|
||||
Reference in New Issue
Block a user