X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_mount.c;h=cae3706794737fe438c79132cea13121c22b7ad9;hb=c6da31fb30c2fb1d131f92efcde0b3ec9a010b2c;hp=c53431f1a6458e8902b25ff2537f545e536b6269;hpb=39ba035b60b509311874ccf89d11d240c0271a90;p=collectd.git diff --git a/src/utils_mount.c b/src/utils_mount.c index c53431f1..cae37067 100644 --- a/src/utils_mount.c +++ b/src/utils_mount.c @@ -659,11 +659,11 @@ cu_mount_t *cu_mount_getlist(cu_mount_t **list) #elif HAVE_TWO_GETMNTENT || HAVE_GEN_GETMNTENT || HAVE_SUN_GETMNTENT new = cu_mount_gen_getmntent (); #elif HAVE_SEQ_GETMNTENT -# warn "This version of `getmntent' hat not yet been implemented!" +# error "This version of `getmntent' hat not yet been implemented!" #elif HAVE_ONE_GETMNTENT new = cu_mount_getmntent (); #else - new = NULL; +# error "Could not determine how to find mountpoints." #endif if (first != NULL)