From: Karel Zak Date: Mon, 16 Jul 2012 16:55:39 +0000 (+0200) Subject: eject: fix compiler warning [-Wmissing-prototypes] X-Git-Tag: v2.22-rc1~128 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5d262eec5e832bed33537c71c57c740d45dcfdc;p=thirdparty%2Futil-linux.git eject: fix compiler warning [-Wmissing-prototypes] Signed-off-by: Karel Zak --- diff --git a/sys-utils/eject.c b/sys-utils/eject.c index fdc3402c28..c8bb6a8ccc 100644 --- a/sys-utils/eject.c +++ b/sys-utils/eject.c @@ -907,7 +907,7 @@ done: /* handle -x option */ -void set_device_speed(char *name) +static void set_device_speed(char *name) { int fd;