X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fswap.c;h=d714b5fcdb8d7e558eb02d1c7a787b506bc07230;hb=354f9991530248e45207d236eb74c1cc3d5238ef;hp=e4c5d24f23bccc918b440c06db86260c0715d44d;hpb=f7f5868ee0378791ccd8d1788e27ebf2a02737dc;p=collectd.git diff --git a/src/swap.c b/src/swap.c index e4c5d24f..d714b5fc 100644 --- a/src/swap.c +++ b/src/swap.c @@ -82,6 +82,10 @@ static derive_t pagesize; static _Bool report_by_device = 0; /* #endif HAVE_SWAPCTL && HAVE_SWAPCTL_TWO_ARGS */ +#elif HAVE_SWAPCTL && HAVE_SWAPCTL_THREE_ARGS +/* No global variables */ +/* #endif HAVE_SWAPCTL && HAVE_SWAPCTL_THREE_ARGS */ + #elif defined(VM_SWAPUSAGE) /* No global variables */ /* #endif defined(VM_SWAPUSAGE) */