Fixes to compile under Cygwin.
authorSteve Reinhardt <stever@eecs.umich.edu>
Sat, 17 Jun 2006 22:27:28 +0000 (18:27 -0400)
committerSteve Reinhardt <stever@eecs.umich.edu>
Sat, 17 Jun 2006 22:27:28 +0000 (18:27 -0400)
commitc698c03705f295459498a9a95ae8461f2867ebb0
tree25b2c87ae7983d343846c0620a7a3ee710033b36
parentd96d28e56d39eec0baa1377779119495cfbf4701
Fixes to compile under Cygwin.

src/kern/linux/linux.hh:
src/kern/solaris/solaris.hh:
    Rename BSD_HOST to the more specific NO_STAT64.
src/sim/byteswap.hh:
    Replace set of swap_byte functions with a single
    templated version.  Hope this fixes compiler issues
    with e.g. int32_t vs int disambiguation.
src/sim/syscall_emul.hh:
    Rename BSD_HOST to the more specific NO_STAT64.
    Set this for __CYGWIN__.

--HG--
extra : convert_revision : 86a63b4b60d2445a566321333381d79ba8ab63c4
src/kern/linux/linux.hh
src/kern/solaris/solaris.hh
src/sim/byteswap.hh
src/sim/syscall_emul.hh