diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-05 20:44:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-05 20:44:20 +0000 |
commit | 968be3baa59031944bdebc77c7adb44a7f4175f3 (patch) | |
tree | 33e7f1e96f648ae936df5818ba7115d6bfb7cb97 /man/wc.x | |
parent | 566dee1e9637e7244a87e975fbda570b35767876 (diff) | |
download | coreutils-968be3baa59031944bdebc77c7adb44a7f4175f3.tar.xz |
(pipe_lines, pipe_bytes): Don't assign 0 or SAFE_READ_ERROR to tmp->nbytes.
(struct linebuffer, struct charbuffer): Change nbytes and nlines from
unsigned int to size_t. unsigned int is safe (after the 2003-09-03 patch)
but size_t is cleaner.
(pipe_bytes): Likewise for local variable 'i', which was 'int'.
Standardize on BUFSIZ as opposed to other macro names and values.
(BUFSIZ) [!defined BUFSIZ]: Remove. stdio.h has always defined it,
and other code already assumes it's defined.
Diffstat (limited to 'man/wc.x')
0 files changed, 0 insertions, 0 deletions