From 91e94f9c0d0869538107d01be364361f7991942b Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sat, 25 Dec 1999 18:37:21 +0000 Subject: [PATCH] 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 61409b26..c25ccb3b 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];