X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount.c;h=014620c8c29fc014d95eba01b4d1a38983219fea;hb=8a7a47bb4b63d3501d5cec764f071ad8792307ba;hp=36d8d640b3176ca28e91680c8bd9c2db3eaf8bfd;hpb=3307054b6ab46b51fdda4f528e72d119e9de3071;p=collectd.git diff --git a/src/utils_mount.c b/src/utils_mount.c index 36d8d640..014620c8 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -757,7 +757,7 @@ void cu_mount_freelist (cu_mount_t *list) } /* void cu_mount_freelist(cu_mount_t *list) */ char * -cu_mount_checkoption(char *line, char *keyword, int full) +cu_mount_checkoption(char *line, const char *keyword, int full) { char *line2, *l2, *p1, *p2; int l;