Fix compile error on non Linux-or-BSDs
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 5 Jun 2015 10:15:43 +0000 (19:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 5 Jun 2015 10:24:03 +0000 (19:24 +0900)
commit4f76cfe47a8a964cbdff993a85ee55362c2845e0
tree6c6d96bd349adc4753fb1dbdd2ba40c16b8b33c6
parent2236df3d9d6bc053039a5c2185cff43ea5015111
Fix compile error on non Linux-or-BSDs

e7e136da needed to add #else part with another device_is_mounted()
that returns 0 for non Linux-or-BSDs environment. Any environment
without getmntent(3) or getmntinfo(3) needs a blank function.
lib/mountcheck.c