Removed all sysdeps checks.

2001-04-21  Martin Baulig  <baulig@suse.de>

	* configure.in: Removed all sysdeps checks.

	* lib/sysdeps-init*.c: Removed.

	* lib/inodedb.c: Moved here from sysdeps/common/inodedb.c.

	* glibtop-config.h: Removed.
This commit is contained in:
Martin Baulig
2001-04-20 22:29:59 +00:00
committed by Martin Baulig
parent 7a7c6baf55
commit 08956770d2
15 changed files with 27 additions and 1324 deletions

View File

@@ -46,12 +46,10 @@ close_backend (gpointer value, gpointer user_data)
/* Note that two or more servers may open the same backend. */
backend->_priv_module->refcount--;
#if LIBGTOP_USE_GMODULE
if (!backend->_priv_module->refcount) {
g_module_close (backend->_priv_module->module);
g_free (backend->_priv_module);
}
#endif /* LIBGTOP_USE_GMODULE */
g_free (backend);
}