mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-16 11:57:19 -04:00
39ae860d5b45e577bfd5adabd57cd7ed6ec5ed2d
unsigned char *, to avoid some technical violations of the C standard, and to avoid the need for casts. I guess the unsigned char * was probably there for improved performance with ancient compilers, but the code wasn't using the unsignedness any more. Reported by Nelson H. F. Beebe. (cat): int -> size_t for full_write arg. This doesn't fix any bugs since the buffer size is small, but it makes the code a bit clearer.
Description
No description provided
Languages
C
56.9%
Shell
27.2%
Perl
11.5%
Makefile
2.3%
M4
0.9%
Other
1.2%