diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-02 21:17:48 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-02 21:17:48 +0000 |
commit | 09af03bf3b2f573c0b58c8a5fd84af1772707c6f (patch) | |
tree | b85b7f154c92c7818937ef1752666573d0ecb80f /get_load.c | |
parent | 80cf9497a8c7776e67377a0d1eb623739206b695 (diff) |
Bug #3811 <https://bugs.freedesktop.org/show_bug.cgi?id=3811> GNU/kFreeBSDXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901
support for xload & memleak (Robert Millan)
Diffstat (limited to 'get_load.c')
-rw-r--r-- | get_load.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ XtPointer call_data; /* pointer to (double) return value */ } #else /* not KVM_ROUTINES */ -#ifdef linux +#if defined(linux) || (defined(__FreeBSD_kernel__) && defined(__GLIBC__)) void InitLoadPoint() { |