commit | 84d6f1a5b6e4f2b37acf16ff1d7f128fd60c0355 | [log] [tgz] |
---|---|---|
author | David Lawrence Ramsey <pooka109@gmail.com> | Thu Dec 08 13:30:59 2016 -0600 |
committer | Benno Schulenberg <bensberg@justemail.net> | Fri Dec 09 10:05:33 2016 +0100 |
tree | 622347a46c563f4ed6564ab45fd2770d4a498b06 | |
parent | ecccb8d0277cf5974318057a02f64f7fc7586d28 [diff] |
tweaks: adjust the type of four lockfile variables The functions read() and fwrite() take size_t, not ssize_t. And line numbers in the file should be displayed as a long type instead of an int, since the effective type of ssize_t is not int, but long.