summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-05-14 20:51:42 +0000
committerbde <bde@FreeBSD.org>2004-05-14 20:51:42 +0000
commit802b835b3dce9f01d88d8138d102bed0ec35b524 (patch)
treef0af971960bca6e2b4a6e0fb08a00de62ecd8115 /libexec/rtld-elf
parent9d75d5e3a570a2d9da34b9cdd60eb4ce488a9073 (diff)
downloadFreeBSD-src-802b835b3dce9f01d88d8138d102bed0ec35b524.zip
FreeBSD-src-802b835b3dce9f01d88d8138d102bed0ec35b524.tar.gz
Fixed some common printf format errors. Don't assume that "struct foo *"
is "void *" (it isn't) or that the default promotion of pid_t is int. Instead, assume that casting "struct foo *" to "void *" and printing the result with %p is useful, and that all pid_t's are representable as longs. Fixed some minor style bugs (mainly spelling errors in comments).
Diffstat (limited to 'libexec/rtld-elf')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud