From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Egerer Date: Tue, 08 Mar 2011 08:57:17 +0000 Subject: [PATCH] Make attribute array static and const Message-Id: <4D75EF6D.5090702@secunet.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org --- udev/udevadm-info.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c index a231fd8..187e74d 100644 --- a/udev/udevadm-info.c +++ b/udev/udevadm-info.c @@ -33,7 +33,7 @@ static bool skip_attribute(const char *name) { - char *skip[] = { + static const char const *skip[] = { "uevent", "dev", "modalias", -- 1.7.2.2