diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-09 16:34:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-09 16:34:22 +0000 |
commit | dc141253935454486778655b0fdd08749bc31b21 (patch) | |
tree | 400ccca3592b02c82e49d3c61ecc164561fecd0f /src | |
parent | b42129829ac0ddc66a1c5f992bb691931130c7ed (diff) | |
download | coreutils-dc141253935454486778655b0fdd08749bc31b21.tar.xz |
Tweak Solaris OS version number in comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/wc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -307,7 +307,7 @@ wc (int fd, char const *file_x, struct fstatus *fstatus) of the buffer. This is needed because we don't know whether the `mbrtowc' function updates the state when it returns -2, - this is the ISO C 99 and glibc-2.2 behaviour - or not - amended - ANSI C, glibc-2.1 and Solaris 2.7 behaviour. We don't have an + ANSI C, glibc-2.1 and Solaris 5.7 behaviour. We don't have an autoconf test for this, yet. */ size_t prev = 0; /* number of bytes carried over from previous round */ # else |