projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5f118
)
Fix build on old kernels
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 4 Jan 2011 14:38:14 +0000
(09:38 -0500)
committer
Matthias 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
patch
|
blob
|
history
diff --git
a/glib/gfileutils.c
b/glib/gfileutils.c
index
fff6492
..
a87f0e9
100644
(file)
--- a/
glib/gfileutils.c
+++ b/
glib/gfileutils.c
@@
-968,7
+968,7
@@
write_to_temp_file (const gchar *contents,
goto out;
}
-#ifdef
__linux__
+#ifdef
BTRFS_SUPER_MAGIC
{
struct statfs buf;