*** empty log message ***

This commit is contained in:
Martin Baulig
2000-01-13 00:35:31 +00:00
parent f3d309441a
commit d423559605
2 changed files with 2 additions and 3 deletions

View File

@@ -24,7 +24,8 @@ BUILT_SOURCES = \
marshal.c marshal.c
EXTRA_DIST = \ EXTRA_DIST = \
marshal.pl marshal.pl \
libgtop-server.backend
CLEANFILES = $(BUILT_SOURCES) CLEANFILES = $(BUILT_SOURCES)

View File

@@ -264,8 +264,6 @@ glibtop_init_s (glibtop **server_ptr, unsigned long features, unsigned flags)
if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) { if ((server->flags & _GLIBTOP_INIT_STATE_SYSDEPS) == 0) {
glibtop_open_s (server, "glibtop", features, flags); glibtop_open_s (server, "glibtop", features, flags);
_glibtop_open_sysdeps (server, "glibtop", features, flags);
server->sysdeps.pointer_size = sizeof (void*)*8; server->sysdeps.pointer_size = sizeof (void*)*8;
server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS; server->flags |= _GLIBTOP_INIT_STATE_SYSDEPS;