Fix swapctl() argument count detection on OpenBSD.
authorLandry Breuil <landry@rhaalovely.net>
Mon, 27 Oct 2014 08:12:26 +0000 (09:12 +0100)
committerLandry Breuil <landry@rhaalovely.net>
Mon, 27 Oct 2014 08:12:26 +0000 (09:12 +0100)
commit744ebfc61545f752ab95070b5287cbb70af78121
tree30c8c679c5776b3faa3f9618458cdae4b047eb1f
parent4c41ea66bcafbb7654af1e4d656a3a542b8d56e8
Fix swapctl() argument count detection on OpenBSD.

on OpenBSD swapctl() takes three arguments, but is defined in unistd.h
and also needs sys/param.h.

http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/swapctl.2

we need to add those headers to both detections to make sure the test
on 'swapctl takes two arguments' correctly fails.
configure.ac