freebsd-dev/usr.bin/wc
Conrad Meyer 0dc7c9e635 wc(1): Restore regular file char count fast path
fstat(2) is going to be a lot faster than reading all of the bytes in a
file, if we just need a character count for a regular file.  This fast path
was accidentally broken in r326736.

PR:		224160
Reported by:	bde
Sponsored by:	Dell EMC Isilon
2017-12-10 17:56:03 +00:00
..
Makefile Make libxo depend on libutil because it uses humanize_number after r287111 2015-10-18 07:30:50 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
wc.1 Renumber copyright clause 4 2017-02-28 23:42:47 +00:00
wc.c wc(1): Restore regular file char count fast path 2017-12-10 17:56:03 +00:00