]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: fix warning
authorKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2018 10:25:38 +0000 (12:25 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 20 Jul 2018 10:25:38 +0000 (12:25 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/hwclock-cmos.c

index 426ef4c231da88518d292a89d12376428e5d0f65..a11f676b8c14b9a4af95186673f6c697466f9817 100644 (file)
@@ -393,7 +393,7 @@ static int get_permissions_cmos(void)
        return rc;
 }
 
-static get_device_path(void)
+static const char *get_device_path(void)
 {
        return NULL;
 }