freebsd-skq/usr.bin/wc
cem 2090c2a071 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
Makefile.depend
wc.1
wc.c wc(1): Restore regular file char count fast path 2017-12-10 17:56:03 +00:00