# | Line 156 | Line 156 | typedef int64 intptr; | |
---|---|---|
156 | #endif | |
157 | ||
158 | #ifndef HAVE_LOFF_T | |
159 | < | typedef off_t loff_t; |
159 | > | typedef off_t loff_t; |
160 | > | #endif |
161 | > | #ifndef HAVE_CADDR_T |
162 | > | typedef char * caddr_t; |
163 | #endif | |
164 | ||
165 | /* Time data type for Time Manager emulation */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |