1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-22 06:50:18 +03:00

[PATCH] kill stupid gcc4 warning

This commit is contained in:
kay.sievers@vrfy.org 2005-03-04 20:56:51 +01:00 committed by Greg KH
parent b821330f0f
commit 75bc9b086f

View File

@ -330,7 +330,7 @@ int wait_for_devices_device(struct sysfs_device *devices_dev,
{ .bus = "iucv", .file = "detach_state" },
{ NULL, NULL }
};
const struct device_file *devicefile;
const struct device_file *devicefile = NULL;
int loop;
/* the kernel may tell us what to wait for */