pid_t is int on cygwin

This commit is contained in:
Doug MacEachern 2005-07-24 06:03:07 +00:00
parent c5f3a8026a
commit 707cb02db1
1 changed files with 1 additions and 1 deletions

View File

@ -758,7 +758,7 @@ SIGAR_DECLARE(int) sigar_who_list_destroy(sigar_t *sigar,
struct utmp {
short ut_type;
sigar_pid_t ut_pid;
int ut_pid;
char ut_line[UT_LINESIZE];
char ut_id[UT_IDLEN];
time_t ut_time;