.. | .. |
---|
28 | 28 | struct shmid_ds { |
---|
29 | 29 | struct ipc_perm shm_perm; /* operation perms */ |
---|
30 | 30 | int shm_segsz; /* size of segment (bytes) */ |
---|
31 | | - __kernel_time_t shm_atime; /* last attach time */ |
---|
32 | | - __kernel_time_t shm_dtime; /* last detach time */ |
---|
33 | | - __kernel_time_t shm_ctime; /* last change time */ |
---|
| 31 | + __kernel_old_time_t shm_atime; /* last attach time */ |
---|
| 32 | + __kernel_old_time_t shm_dtime; /* last detach time */ |
---|
| 33 | + __kernel_old_time_t shm_ctime; /* last change time */ |
---|
34 | 34 | __kernel_ipc_pid_t shm_cpid; /* pid of creator */ |
---|
35 | 35 | __kernel_ipc_pid_t shm_lpid; /* pid of last operator */ |
---|
36 | 36 | unsigned short shm_nattch; /* no. of current attaches */ |
---|