X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fdisk.c;h=465b005707dd73d64b95678ef5ee096c64cc71e9;hb=4d370741101aeb037ae52f3529a4a0869e0dc08a;hp=d7eb0a5c407011c9789ee2fe43e4d46f938e2414;hpb=e6798095bb2f063dd97619399575fef3e0fe501e;p=collectd.git diff --git a/src/disk.c b/src/disk.c index d7eb0a5c..465b0057 100644 --- a/src/disk.c +++ b/src/disk.c @@ -128,7 +128,7 @@ static int numdisk = 0; /* #endif HAVE_LIBKSTAT */ #elif defined(HAVE_LIBSTATGRAB) -/* #endif HAVE_LIBKSTATGRAB */ +/* #endif HAVE_LIBSTATGRAB */ #elif HAVE_PERFSTAT static perfstat_disk_t * stat_disk;