public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] eject: constify array
@ 2012-04-05 15:50 Mike Frysinger
  2012-04-05 15:50 ` [PATCH 2/3] eject(1): fix typo in mount(1) reference Mike Frysinger
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mike Frysinger @ 2012-04-05 15:50 UTC (permalink / raw)
  To: util-linux-ng

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-10 10:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-05 15:50 [PATCH 1/3] eject: constify array Mike Frysinger
2012-04-05 15:50 ` [PATCH 2/3] eject(1): fix typo in mount(1) reference Mike Frysinger
2012-04-10 10:24   ` Karel Zak
2012-04-05 15:50 ` [PATCH 3/3] eject: use CDROM_DRIVE_STATUS if available for tray toggling Mike Frysinger
2012-04-10 10:25   ` Karel Zak
2012-04-10 10:24 ` [PATCH 1/3] eject: constify array Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox