--- BasiliskII/src/Unix/sysdeps.h 2002/11/16 15:38:53 1.26 +++ BasiliskII/src/Unix/sysdeps.h 2003/11/21 14:16:02 1.28 @@ -155,6 +155,13 @@ typedef int64 intptr; #error "Unsupported size of pointer" #endif +#ifndef HAVE_LOFF_T +typedef off_t loff_t; +#endif +#ifndef HAVE_CADDR_T +typedef char * caddr_t; +#endif + /* Time data type for Time Manager emulation */ #ifdef HAVE_CLOCK_GETTIME typedef struct timespec tm_time_t;