Fix build on old kernels

Cope with BTRFS_SUPER_MAGIC not being defined.
This commit is contained in:
Matthias Clasen 2011-01-04 09:38:14 -05:00
parent 1e5f11875b
commit 9686d82daf

View File

@ -968,7 +968,7 @@ write_to_temp_file (const gchar *contents,
goto out;
}
#ifdef __linux__
#ifdef BTRFS_SUPER_MAGIC
{
struct statfs buf;