CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/23 01:57:03
Modified files:
usr.bin/locate/locate: fastfind.c locate.1 locate.c
Log message:
mmap is the default. it's effectively the only tested codepath. so burn down
the stdio code path.
pros: everything is simpler. how can anyone read code this heavily spliced
with ifdef?
cons: you can't pipe a database into locate. who does this???
ok deraadt
