2002-05-18 05:24:20 +02:00
|
|
|
$FreeBSD$
|
|
|
|
|
|
|
|
--- src/celestia/glutmain.cpp.orig Tue Apr 30 10:36:11 2002
|
2002-05-22 23:57:39 +02:00
|
|
|
+++ src/celestia/glutmain.cpp Sat May 18 16:16:21 2002
|
|
|
|
@@ -509,7 +509,7 @@
|
2002-05-18 05:24:20 +02:00
|
|
|
// Set the simulation starting time to the current system time
|
|
|
|
time_t curtime=time(NULL);
|
|
|
|
appCore->start((double) curtime / 86400.0 + (double) astro::Date(1970, 1, 1));
|
|
|
|
- #ifdef MACOSX
|
2002-05-22 23:57:39 +02:00
|
|
|
+ #if defined(MACOSX) || defined(__FreeBSD__)
|
2002-05-18 05:24:20 +02:00
|
|
|
/* localtime in Darwin is is reentrant only
|
|
|
|
equiv to Linux localtime_r()
|
|
|
|
should probably port !MACOSX code to use this too, available since
|