New issue 2419: [patch] FreeBSD has depreciated the use of sys/timeb.h https://bitbucket.org/pypy/pypy/issues/2419/patch-freebsd-has-depreciated-the-use-of
David Naylor: The attached patch adds FreeBSD (with OpenBSD) to the list of platforms that do not use "sys/timeb.h". Due to this ftime is obsoleted and a fix to interp_time is needed to avoid importing undefined values TIMEB and c_ftime from rpython.rlib.rtime. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
