diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2002-03-30 13:44:45 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2002-03-30 13:44:45 +0000 |
commit | 63e149f8f69bbc0f9afbc2596a3a2cc06c2f4f57 (patch) | |
tree | 72761bb8ca8b3722b87ab2628eba1492a503c85f /gnu | |
parent | 631238220a5b5f952606b7e8cdd805b95ea1c17a (diff) | |
download | FreeBSD-src-63e149f8f69bbc0f9afbc2596a3a2cc06c2f4f57.zip FreeBSD-src-63e149f8f69bbc0f9afbc2596a3a2cc06c2f4f57.tar.gz |
Minor post warns stuff.
1) Fix up vendor IDs for files I'm touching and put FBSDID in the right place.
2) Cast return value of snprintf to size_t rather than casting sizeof() to
an int, 'cos we know snprintf returns a non-genative number.
3) Avoid 'char *blank = "";' by just strduping. This could be bad sometimes,
but all these variables usually point at malloced memory so this makes
them always point at malloced memory.
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions