--- BasiliskII/src/AmigaOS/sysdeps.h 2000/10/09 17:05:15 1.10 +++ BasiliskII/src/AmigaOS/sysdeps.h 2008/01/01 09:40:31 1.17 @@ -1,7 +1,7 @@ /* * sysdeps.h - System dependent definitions for AmigaOS * - * Basilisk II (C) 1997-2000 Christian Bauer + * Basilisk II (C) 1997-2008 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ #include #include #include +#include #include "user_strings_amiga.h" @@ -61,9 +62,6 @@ typedef unsigned long long loff_t; // Time data type for Time Manager emulation typedef struct timeval tm_time_t; -// Offset Mac->AmigaOS time in seconds -#define TIME_OFFSET 0x8b31ef80 - // Endianess conversion (not needed) #define ntohs(x) (x) #define ntohl(x) (x)