Now using correct features' parameter in call to glibtop_init_s'.

This commit is contained in:
Martin Baulig
1998-08-07 12:38:40 +00:00
parent d72da1bb2f
commit e7c77a85e9
16 changed files with 16 additions and 16 deletions

View File

@@ -44,7 +44,7 @@ glibtop_get_shm_limits_s (glibtop *server, glibtop_shm_limits *buf)
{
struct shminfo shminfo;
glibtop_init_s (&server, 0, 0);
glibtop_init_s (&server, GLIBTOP_SYSDEPS_SHM_LIMITS, 0);
memset (buf, 0, sizeof (glibtop_shm_limits));