Index: trunk/psLib/src/astro/psTime.h
===================================================================
--- trunk/psLib/src/astro/psTime.h	(revision 1496)
+++ trunk/psLib/src/astro/psTime.h	(revision 1529)
@@ -13,6 +13,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-12 01:23:20 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-13 22:08:51 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -44,10 +44,5 @@
  *  seconds and microseconds.
  */
-typedef struct
-{
-    time_t tv_sec;                     ///< Seconds since epoch, Jan 1, 1970.
-    suseconds_t tv_usec;               ///< Microseconds since last second.
-}
-psTime;
+typedef struct timeval psTime;
 
 /*****************************************************************************/
