ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.26 by gbeauche, 2002-11-16T15:38:53Z vs.
Revision 1.27 by nigel, 2003-11-18T11:14:43Z

# Line 155 | Line 155 | typedef int64 intptr;
155   #error "Unsupported size of pointer"
156   #endif
157  
158 + #ifndef HAVE_LOFF_T
159 +   typedef off_t loff_t;
160 + #endif
161 +
162   /* Time data type for Time Manager emulation */
163   #ifdef HAVE_CLOCK_GETTIME
164   typedef struct timespec tm_time_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines