gem5/base/compression
Nathan Binkert 656031b073 make stuff compile on openbsd again
clean up a few other things while we're here.

base/bitfield.hh:
base/compression/null_compression.hh:
    dont #include <inttypes.hh> use "sim/host.hh"
    fix #include guard
base/stats/types.hh:
    dont #include <inttypes.hh> use "sim/host.hh"
kern/linux/aligned.hh:
    dont #include <stdint.hh> use "sim/host.hh"
    fix #include guard
kern/linux/hwrpb.hh:
    fix #include guard

--HG--
extra : convert_revision : 288c687a59a1e770bbb834879173e1a2ea371bce
2004-10-23 12:31:24 -04:00
..
lzss_compression.cc Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
lzss_compression.hh Updated Copyright with information in bitkeeper changelogs 2004-06-08 13:37:27 -04:00
null_compression.hh make stuff compile on openbsd again 2004-10-23 12:31:24 -04:00