X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount.c;h=279f8e2f8b8abddab3383eac010b047034cba83c;hb=ce2eb567629eb21d650d5c27fefe607837c061fd;hp=e430cc9c2f789b497f1904ed6008d6ad3f4b1fb7;hpb=7f07c55bac640c7a50d516248a3152235a14af59;p=collectd.git diff --git a/src/utils_mount.c b/src/utils_mount.c index e430cc9c..279f8e2f 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -651,6 +651,8 @@ cu_mount_t *cu_mount_getlist(cu_mount_t **list) { new = cu_mount_gen_getmntent(); #elif HAVE_SEQ_GETMNTENT #error "This version of `getmntent' hat not yet been implemented!" +#elif HAVE_GETMNTENT_R + new = cu_mount_getmntent(); #elif HAVE_ONE_GETMNTENT new = cu_mount_getmntent(); #else