CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/17 08:38:27
Modified files:
usr.bin/mandoc : apropos_db.c mandocdb.c mandocdb.h
Log message:
Change the search type mask from 32 to 64 bit such that a full set
of search types can be supported in the future. While here, replace
a couple of memcpy(3)s by proper, statically type-checked assignments,
and de-obfuscate some magical numbers using sizeof().
