Commit 502809019bd2ca3ce3d041d18c35ce9420eedb72

Ben Walton 2014-06-03T23:01:14

mountlist: avoid hasmntopt const type warning on solaris * lib/mountlist.c: Solaris defines the OPT param of hasmntopt() with char * instead of const char *. Passing the constant string "ignore" generates a compiler warning. For Solaris cast MNT_IGNORE to avoid the warning. Signed-off-by: Ben Walton <bdwalton@gmail.com>