your system has "struct timeb" but no ftime?  weird.

anyhow, for the purposes of speed.c this should work:
        int ftime(struct timeb* tp) {
                tp->millitm = tp->timezone = tp->dstflag = 0;
                time(&tp->time)
                return 0;
        }

-- 
Zolera Systems, Your Key to Online Integrity
Securing Web services: XML, SOAP, Dig-sig, Encryption
http://www.zolera.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to