CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/18 08:13:46
Modified files:
usr.bin/mandoc : mandocdb.c
Log message:
Simplify and correct support for reproducible builds, such that database
entries come in a well-defined order even in the presence of MLINKS.
Do this by using the compar() argument of fts_open(3) rather than
trying to sort later, which missed some cases.
This also shortens the code by a few lines.
Diff from Ed Maste <emaste @ FreeBSD>, adapted to our tree
and tweaked a bit by me, final version confirmed by Ed.