From 308f7d4d3e23f81583e1263930016d9f8e48d526 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 21 Jan 1999 20:14:18 +0000 Subject: [PATCH] Sun portability hack. --- Time/event.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Time/event.cxx b/Time/event.cxx index 5f4d204dc..dfdccd4d4 100644 --- a/Time/event.cxx +++ b/Time/event.cxx @@ -30,6 +30,12 @@ #include "Include/compiler.h" +#if defined ( sun ) + extern "C" { + extern void *memmove(void *, const void *, size_t); + } +#endif + #include STL_ALGORITHM #include STL_FUNCTIONAL @@ -306,6 +312,9 @@ fgEVENT_MGR::~fgEVENT_MGR( void ) { // $Log$ +// Revision 1.16 1999/01/21 20:14:18 curt +// Sun portability hack. +// // Revision 1.15 1999/01/09 13:37:42 curt // Convert fgTIMESTAMP to FGTimeStamp which holds usec instead of ms. //