Index: trunk/include/sh_unix.h
===================================================================
--- trunk/include/sh_unix.h	(revision 405)
+++ trunk/include/sh_unix.h	(revision 408)
@@ -374,5 +374,5 @@
 #endif
 #endif
-extern struct timeval  save_tv;
+void sh_set_save_tv();
 #endif
 
@@ -397,5 +397,5 @@
 
 #ifdef HAVE_GETTIMEOFDAY
-  gettimeofday(&save_tv, NULL);
+  sh_set_save_tv();
 #endif
 
