Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> --- sys-utils/eject.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-utils/eject.c b/sys-utils/eject.c index 2d8b0cb..68d5e9c 100644 --- a/sys-utils/eject.c +++ b/sys-utils/eject.c @@ -64,7 +64,7 @@ /* eject(1) is able to eject only 'removable' devices (attribute in /sys) * _or_ devices connected by hotplug subsystem. */ -static const char *hotplug_subsystems[] = { +static const char * const hotplug_subsystems[] = { "usb", "ieee1394", "pcmcia", -- 1.7.8.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html