X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fipc.c;h=3763f24837addb2a9b2f523093a49b745119cb78;hb=master;hp=ab4b214d221338830b109e83bf837073a1d63ae2;hpb=25824c65721f0f21cadf1607fad367c7e7831816;p=collectd.git diff --git a/src/ipc.c b/src/ipc.c index ab4b214d..93eddaf8 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -173,8 +173,8 @@ static int ipc_init(void) /* {{{ */ pagesize_g = sysconf(_SC_PAGESIZE); return 0; } -/* }}} */ -/* #endif KERNEL_LINUX */ + /* }}} */ + /* #endif KERNEL_LINUX */ #elif KERNEL_AIX static caddr_t ipc_get_info(cid_t cid, int cmd, int version, int stsize,