filter who type on aix too

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

View File

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