From 78a6bcd553c59346d5a57054167c7f399137b8ac Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 17 Oct 1999 21:38:38 +0000 Subject: [PATCH] Small warning fix. --- sysdeps/solaris/open.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/solaris/open.c b/sysdeps/solaris/open.c index b2c8f999..eb653a6b 100644 --- a/sysdeps/solaris/open.c +++ b/sysdeps/solaris/open.c @@ -72,7 +72,7 @@ glibtop_get_kstats(glibtop *server) life time of a process, but let's hope that's just an error in the documentation. */ - if(nproc_same = new_ncpu == server->ncpu) + if((nproc_same = new_ncpu) == server->ncpu) { int checked, i; char cpu[20];