Hi,
This change in pth looks pretty broken:
diff -ur pth/work/pth-1.3.7/pth_time.c pth-devel/work/pth-1.4a2/pth_time.c
--- pth/work/pth-1.3.7/pth_time.c Fri Jul 28 12:15:43 2000
+++ pth-devel/work/pth-1.4a2/pth_time.c Wed Jun 28 23:58:44 2000
@@ -149,7 +149,7 @@
t1->tv_sec *= n;
t1->tv_usec *= n;
t1->tv_sec += (t1->tv_usec / 1000000);
- t1->tv_usec = (t1->tv_usec % 1000000);
+ t1->tv_usec = (t1->tv_usec & 1000000);
return;
}
-Archie
__________________________________________________________________________
Archie Cobbs * Packet Design * http://www.packetdesign.com
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]