From 9146d53eccd24e7965c7bd57761eb7f2c4ea500b Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 19 Feb 1999 21:33:37 +0000 Subject: [PATCH] Small fix for 64bit systems. --- lib/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open.c b/lib/open.c index c052fe72..4d46b528 100644 --- a/lib/open.c +++ b/lib/open.c @@ -128,7 +128,7 @@ glibtop_open_l (glibtop *server, const char *program_name, if (server->flags & _GLIBTOP_INIT_STATE_SERVER) { char version [BUFSIZ], buffer [BUFSIZ]; glibtop_sysdeps sysdeps; - unsigned size, nbytes; + size_t size, nbytes; /* First check whether the server version is correct. */