diff options
author | mlaier <mlaier@FreeBSD.org> | 2004-03-15 13:41:17 +0000 |
---|---|---|
committer | mlaier <mlaier@FreeBSD.org> | 2004-03-15 13:41:17 +0000 |
commit | 4c91a73d426123e1662d8a1b186f9605ca384b73 (patch) | |
tree | 0cd850f4bfbc1ebe7c447546892114cb24f965a6 /lib/libc/stdlib/getenv.c | |
parent | 950b98f1f71ea41489c4abcf9e4071bc2a3d33da (diff) | |
download | FreeBSD-src-4c91a73d426123e1662d8a1b186f9605ca384b73.zip FreeBSD-src-4c91a73d426123e1662d8a1b186f9605ca384b73.tar.gz |
Fix some style(9) related issues after discussion with/education from bde:
- Add <sys/param.h> and <limits.h> where required (do not depend on other
headers pulling it in).
- __dead -> __dead2
- #if defined() -> #ifdef
- Remove ugly PRIu64 macros and use %llu w/ (unsigned long long) cast.
All changes looped back to OpenBSD (where applicable) for easier sync in the
future.
Requested by: bde
Approved by: bms(mentor)
Diffstat (limited to 'lib/libc/stdlib/getenv.c')
0 files changed, 0 insertions, 0 deletions