| .. | .. |
|---|
| 49 | 49 | __u16 ac_uid16; /* LSB of Real User ID */ |
|---|
| 50 | 50 | __u16 ac_gid16; /* LSB of Real Group ID */ |
|---|
| 51 | 51 | __u16 ac_tty; /* Control Terminal */ |
|---|
| 52 | + /* __u32 range means times from 1970 to 2106 */ |
|---|
| 52 | 53 | __u32 ac_btime; /* Process Creation Time */ |
|---|
| 53 | 54 | comp_t ac_utime; /* User Time */ |
|---|
| 54 | 55 | comp_t ac_stime; /* System Time */ |
|---|
| .. | .. |
|---|
| 81 | 82 | __u32 ac_gid; /* Real Group ID */ |
|---|
| 82 | 83 | __u32 ac_pid; /* Process ID */ |
|---|
| 83 | 84 | __u32 ac_ppid; /* Parent Process ID */ |
|---|
| 85 | + /* __u32 range means times from 1970 to 2106 */ |
|---|
| 84 | 86 | __u32 ac_btime; /* Process Creation Time */ |
|---|
| 85 | 87 | #ifdef __KERNEL__ |
|---|
| 86 | 88 | __u32 ac_etime; /* Elapsed Time */ |
|---|