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.11 by cebix, 2001-02-02T20:52:57Z vs.
Revision 1.12 by cebix, 2001-07-06T17:36:07Z

# Line 61 | Line 61 | typedef unsigned long long loff_t;
61   // Time data type for Time Manager emulation
62   typedef struct timeval tm_time_t;
63  
64 // Offset Mac->AmigaOS time in seconds
65 #define TIME_OFFSET 0x8b31ef80
66
64   // Endianess conversion (not needed)
65   #define ntohs(x) (x)
66   #define ntohl(x) (x)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines