X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnfs.c;h=97d91259a338fae7973dfc9027cd7dc0e87a4b90;hb=0e73c26f5670b2f11eecfdadaf545bcc7f260658;hp=320caa4a16c5798e64aa013ca9f92ddc17552620;hpb=ee771cb0c5df11fad393de41571effb9708f0873;p=collectd.git diff --git a/src/nfs.c b/src/nfs.c index 320caa4a..97d91259 100644 --- a/src/nfs.c +++ b/src/nfs.c @@ -322,7 +322,7 @@ static int nfs_config(const char *key, const char *value) { #if KERNEL_LINUX static int nfs_init(void) { return 0; } -/* #endif KERNEL_LINUX */ + /* #endif KERNEL_LINUX */ #elif HAVE_LIBKSTAT static int nfs_init(void) { @@ -594,7 +594,7 @@ static int nfs_read(void) { return 0; } -/* #endif KERNEL_LINUX */ + /* #endif KERNEL_LINUX */ #elif HAVE_LIBKSTAT static int nfs_read(void) {