Made some checks solaris only.

* configure.in: Made some checks solaris only.
This commit is contained in:
Benoît Dejean
2005-07-05 23:05:20 +00:00
parent efeca4a865
commit b6a10fd8f7
5 changed files with 52 additions and 31 deletions

View File

@@ -57,7 +57,7 @@ glibtop_get_uptime_s (glibtop *server, glibtop_uptime *buf)
buf->uptime = g_ascii_strtod (buffer, &p);
buf->idletime = g_ascii_strtod (p, &p);
buf->boot_time = (guint64) time(NULL) - (guint64) buf->uptime;
buf->boot_time = get_boot_time(server);
buf->flags = _glibtop_sysdeps_uptime;
}