diff options
author | Benoît Dejean <bdejean@src.gnome.org> | 2004-06-12 23:32:29 +0000 |
---|---|---|
committer | Benoît Dejean <bdejean@src.gnome.org> | 2004-06-12 23:32:29 +0000 |
commit | 3881c09b51d60a84ad154ba50a5f3803dd54ad45 (patch) | |
tree | cf69bb589b0384924eb0df748eae7064ac06d4ff /sysdeps/aix/sysinfo.c | |
parent | cd8b43e1d157fc22d42e54c01d51fedfbf21b1e3 (diff) | |
download | libgtop-3881c09b51d60a84ad154ba50a5f3803dd54ad45.tar.gz |
Added missing const qualifier.
* sysinfo.c: Added missing const qualifier.
Diffstat (limited to 'sysdeps/aix/sysinfo.c')
-rw-r--r-- | sysdeps/aix/sysinfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aix/sysinfo.c b/sysdeps/aix/sysinfo.c index 4c8a1be1..24b17fdb 100644 --- a/sysdeps/aix/sysinfo.c +++ b/sysdeps/aix/sysinfo.c @@ -179,7 +179,7 @@ static void init_sysinfo(void) sysinfo.flags = _glibtop_sysdeps_sysinfo; } -glibtop_sysinfo * +const glibtop_sysinfo * glibtop_get_sysinfo_s (glibtop *server) { static int first_time = 1; |