CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/10 22:48:23
Modified files:
bin/cat : cat.c
Log message:
cat(1): -n flag: correctly enumerate files with more than INT_MAX lines
If we bump 'lines' from an int to an unsigned long long we can
trivially support files with more than INT_MAX lines.
ok millert@
