Merge branch 'collectd-5.8'
[collectd.git] / src / utils_mount.c
index b8af367..e430cc9 100644 (file)
@@ -688,7 +688,7 @@ void cu_mount_freelist(cu_mount_t *list) {
 
 char *cu_mount_checkoption(char *line, const char *keyword, int full) {
   char *line2, *l2, *p1, *p2;
-  int l;
+  size_t l;
 
   if (line == NULL || keyword == NULL) {
     return NULL;