Remove obsolete types; add <inttypes.h> where needed; header fixes
authorH. Peter Anvin <hpa@zytor.com>
Thu, 12 Apr 2007 16:54:50 +0000 (16:54 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 12 Apr 2007 16:54:50 +0000 (16:54 +0000)
commit038d861eded9bfc75529e23ba8d5d6edd5e3ef98
tree8383e607cb9bdcba3beef5d831e8a0f6e175f28c
parent2030bd21f4923d4ddd4c093f8756451fc35220f8
Remove obsolete types; add <inttypes.h> where needed; header fixes

- Remove obsolete types like "uint32"; use "uint32_t" consistently.
- Make sure we include <inttypes.h> where needed.
- Header file guards should be FOO_H or SUBDIR_FOO_H; _FOO_H infringes
  on the C implementation's namespace and should only be used when
  writing libc!
- Change a few "int8_t" back to "char" where appropriate.  There are
  a lot more places where that should be done, though.
- Clean up the check for getuid/getgid in rdoff/rdlar.h.
23 files changed:
configure.in
nasm.c
ndisasm.c
output/outrdf2.c
rdoff/collectn.h
rdoff/hash.c
rdoff/hash.h
rdoff/ldrdf.c
rdoff/ldsegs.h
rdoff/rdf2bin.c
rdoff/rdf2ihx.c
rdoff/rdfdump.c
rdoff/rdflib.c
rdoff/rdfload.c
rdoff/rdfload.h
rdoff/rdlar.c
rdoff/rdlar.h
rdoff/rdlib.h
rdoff/rdoff.c
rdoff/rdoff.h
rdoff/rdx.c
rdoff/segtab.h
rdoff/symtab.h