diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-03-29 09:16:54 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-03-29 09:16:54 +0000 |
commit | 4c12ebc9cf33799a65150ee8252ff495be853783 (patch) | |
tree | 984104ae10662e0350a751dd813ac641602757be /usr.bin/cvs/admin.c | |
parent | c29b2c79b4a37d545574ebd21b44c9a92fefa31e (diff) |
Yet more lint:
- Explicitly test for -1 from read(2) and write(2).
- Change negative parameters to 0 for rcsnum_cmp(). (I think xsa@ had
a patch for this earlier.)
- Remove unused variables.
- Changed return types to void if we only return one value.
- Fix possible one-character truncation in rcs_deltatext_set().
- Use memcpy() to copy u_char arrays.
- Use ptrdiff_t to hold pointer differences.
- int -> size_t for sizeof/strlen
``looks fine'' xsa@
Diffstat (limited to 'usr.bin/cvs/admin.c')
0 files changed, 0 insertions, 0 deletions