pid_t is int on cygwin
This commit is contained in:
		
							parent
							
								
									c5f3a8026a
								
							
						
					
					
						commit
						707cb02db1
					
				@ -758,7 +758,7 @@ SIGAR_DECLARE(int) sigar_who_list_destroy(sigar_t *sigar,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
struct utmp {
 | 
					struct utmp {
 | 
				
			||||||
    short ut_type;	
 | 
					    short ut_type;	
 | 
				
			||||||
    sigar_pid_t ut_pid;		
 | 
					    int ut_pid;		
 | 
				
			||||||
    char ut_line[UT_LINESIZE];
 | 
					    char ut_line[UT_LINESIZE];
 | 
				
			||||||
    char ut_id[UT_IDLEN];
 | 
					    char ut_id[UT_IDLEN];
 | 
				
			||||||
    time_t ut_time;	
 | 
					    time_t ut_time;	
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user