X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcontextswitch.c;h=cf3d3daefe5cb47dc253ef885e356f4fe034c8fb;hb=a503c54a95d139f117650a0e6d80e6edfe81e8bf;hp=acf3a74d65711151151a469495e8ed90669d7e5c;hpb=c4439c9cb3e2348ad7013644731de27a55eca478;p=collectd.git diff --git a/src/contextswitch.c b/src/contextswitch.c index acf3a74d..cf3d3dae 100644 --- a/src/contextswitch.c +++ b/src/contextswitch.c @@ -73,7 +73,7 @@ static int cs_read(void) { } cs_submit(value); -/* #endif HAVE_SYSCTLBYNAME */ + /* #endif HAVE_SYSCTLBYNAME */ #elif KERNEL_LINUX FILE *fh; @@ -116,7 +116,7 @@ static int cs_read(void) { if (status == -2) ERROR("contextswitch plugin: Unable to find context switch value."); -/* #endif KERNEL_LINUX */ + /* #endif KERNEL_LINUX */ #elif HAVE_PERFSTAT int status = 0;