Fix compile of RDMA engine for SunOS 5.x
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Feb 2013 07:28:05 +0000 (08:28 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Feb 2013 07:28:05 +0000 (08:28 +0100)
commit38b9354a7a9bf124589475c5d16c1b7c692c9b57
treef3d60519195d26519a2cba2ee3ae44d55b20818f
parent6264c7a8ddd0998f371604c227d3aea491922681
Fix compile of RDMA engine for SunOS 5.x

- byteswap.h include that doesn't exist there. Kill it, we
  have no use for it.

- No RLIMIT_MEMLOCK on SunOS. The use in the engine is a bit
  suspect, so not a problem if we don't have it. Add configure
  check for that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
configure
engines/rdma.c