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

Comparing BasiliskII/src/AmigaOS/sysdeps.h (file contents):
Revision 1.2 by cebix, 1999-10-12T20:00:50Z vs.
Revision 1.3 by cebix, 1999-10-19T17:41:23Z

# Line 54 | Line 54 | typedef LONG loff_t;
54   // Time data type for Time Manager emulation
55   typedef struct timeval tm_time_t;
56  
57 + // Offset Mac->AmigaOS time in seconds
58 + #define TIME_OFFSET 0x8b31ef80
59 +
60   // Endianess conversion (not needed)
61   #define ntohs(x) (x)
62   #define ntohl(x) (x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines