Fix build on old kernels
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jan 2011 14:38:14 +0000 (09:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Jan 2011 14:38:14 +0000 (09:38 -0500)
Cope with BTRFS_SUPER_MAGIC not being defined.

glib/gfileutils.c

index fff6492..a87f0e9 100644 (file)
@@ -968,7 +968,7 @@ write_to_temp_file (const gchar  *contents,
       goto out;
     }
 
-#ifdef __linux__
+#ifdef BTRFS_SUPER_MAGIC
   {
     struct statfs buf;