hpux needs who filtering too, just check for ifdef USER_PROCESS

This commit is contained in:
Doug MacEachern 2005-02-22 02:27:24 +00:00
parent 425c3061fc
commit 75a63697ff
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ int sigar_who_list_get(sigar_t *sigar,
continue;
}
#if defined(__linux__) || defined(__sun) || defined(_AIX)
#ifdef USER_PROCESS
if (ut.ut_type != USER_PROCESS) {
continue;
}