mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user