X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fdisk.c;h=465b005707dd73d64b95678ef5ee096c64cc71e9;hb=afb38f31abd27d5b4ce08023f8bbbaeeb353c55f;hp=d7eb0a5c407011c9789ee2fe43e4d46f938e2414;hpb=1bdfcf9791729310f75857d0e002c40ef659a89b;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;