GNOME Bugzilla – Bug 324358
gnumeric uses obsolete ftime(3) function
Last modified: 2006-01-09 15:36:51 UTC
Version details: 1.6.1 Distribution/Version: 3.99.14/i386 In gnumeric-1.6.1's src/tools/solver/lp_solve/lp_solve.c, the function ftime() is used. Compilation on NetBSD-3.99.14/i386 fails with an unresolved symbol, since ftime(3) is in libcompat nowadays. man ftime gives me: This interface is obsoleted by gettimeofday(2). I converted the file to use gettimeofday instead.
Created attachment 56103 [details] [review] Patch converting from ftime to gettimeofday
The file is auto-generated, so we will have to fix the script. No big deal, though.
fixed in cvs.
*** Bug 326132 has been marked as a duplicate of this bug. ***