mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
Fix build on old kernels
Cope with BTRFS_SUPER_MAGIC not being defined.
This commit is contained in:
@@ -968,7 +968,7 @@ write_to_temp_file (const gchar *contents,
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef BTRFS_SUPER_MAGIC
|
||||||
{
|
{
|
||||||
struct statfs buf;
|
struct statfs buf;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user