CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/18 23:59:07
Modified files:
usr.bin/mandoc : Makefile main.c mandoc.h mandocdb.c read.c
Log message:
Do not fork and exec gunzip(1), just link with libz instead.
As discussed with deraadt@, that's cleaner and will help tame(2).
Something like this was also suggested earlier by bapt at FreeBSD.
Minus 50 lines of code, deleting one interface function (mparse_wait),
no functional change intended.
