memory plugin: Fix the order of the #ifdef's.
authorFlorian Forster <octo@huhu.verplant.org>
Mon, 20 Apr 2009 13:03:45 +0000 (15:03 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 20 Apr 2009 13:04:39 +0000 (15:04 +0200)
commit38f27d544d9dec62d9aa382098507d8fc36c61f8
tree0a0ef4b44a1829d11a7478291f05b4d7cbba2332
parent6dfea4931b4b446b7e6f22d97a24ce22dff7da98
memory plugin: Fix the order of the #ifdef's.

Linux has sysctl too. I'm using the same order as in the CPU plugin here,
i. e.:
 * Linux
 * kstat
 * sysctl
src/memory.c