From 75bc9b086fe0f212e52da8425e4a4cb2d8f38090 Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Fri, 4 Mar 2005 20:56:51 +0100 Subject: [PATCH] [PATCH] kill stupid gcc4 warning --- udev_sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev_sysfs.c b/udev_sysfs.c index 8813bd5c4..fc7ee885b 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -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 */ -- 2.30.2