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>