Build with old libmount too

Downstream: https://bugzilla.redhat.com/show_bug.cgi?id=1508056

This is an easy change, and lets us build with RHEL7's libmount.

See also cee57a0268
This commit is contained in:
Colin Walters
2017-11-01 10:21:34 -04:00
parent d011223085
commit 96ebcee8c4
2 changed files with 6 additions and 4 deletions

View File

@@ -505,7 +505,7 @@ _g_get_unix_mounts (void)
mnt_free_iter (iter);
out:
mnt_unref_table (table);
mnt_free_table (table);
return g_list_reverse (return_list);
}
@@ -1029,7 +1029,7 @@ _g_get_unix_mount_points (void)
mnt_free_iter (iter);
out:
mnt_unref_table (table);
mnt_free_table (table);
return g_list_reverse (return_list);
}