fix a few warnings on non-Linux

mostly #ifdeffing functions that are only called by #ifdeffed code
This commit is contained in:
Dan Winship
2011-09-04 17:17:11 -04:00
parent afa82ae805
commit 749fa587bc
4 changed files with 8 additions and 0 deletions

View File

@@ -1014,7 +1014,10 @@ write_to_temp_file (const gchar *contents,
}
}
#endif
#ifdef BTRFS_SUPER_MAGIC
no_fsync:
#endif
errno = 0;
if (fclose (file) == EOF)