aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/ftime.3
Commit message (Collapse)AuthorAgeFilesLines
* ftime.3: fix typo in spelling of libutilKeith White2024-10-201-1/+1
| | | | | | PR: 282171 (cherry picked from commit 167bfde7057f38894c8fbd790a65136f0174368e)
* libutil: move ftime to libutilMariusz Zaborski2024-06-281-0/+80
It seems that there are still some applications that use ftime(3) (for example, science/siconos and sysutils/lcdproc). The issue is that we don't build libcompat as a shared library anymore. The easiest solution is to move it to libutil, until we deprecate it for good. This solution was proposed by kib@ in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257789. PR: 257789 MFC after: 1 month Reviewed by: kib (ages ago) Differential Revision: https://reviews.freebsd.org/D39994 (cherry picked from commit bb421be6c1174fad837973acc5e4a7bade4489db)