summaryrefslogtreecommitdiff
path: root/packages/glibc-ports/2.13/0003-alpha-statfs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/glibc-ports/2.13/0003-alpha-statfs.patch')
-rw-r--r--packages/glibc-ports/2.13/0003-alpha-statfs.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/packages/glibc-ports/2.13/0003-alpha-statfs.patch b/packages/glibc-ports/2.13/0003-alpha-statfs.patch
new file mode 100644
index 0000000..d9659eb
--- /dev/null
+++ b/packages/glibc-ports/2.13/0003-alpha-statfs.patch
@@ -0,0 +1,31 @@
+2011-02-28 Aurelien Jarno <aurelien@aurel32.net>
+
+ * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
+ struct statfs64): Add f_flags field.
+
+---
+ sysdeps/unix/sysv/linux/alpha/bits/statfs.h | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+--- a/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
++++ b/sysdeps/unix/sysv/linux/alpha/bits/statfs.h
+@@ -42,7 +42,8 @@
+ __fsid_t f_fsid;
+ int f_namelen;
+ int f_frsize;
+- int f_spare[5];
++ int f_flags;
++ int f_spare[4];
+ };
+
+ #ifdef __USE_LARGEFILE64
+@@ -58,7 +59,8 @@
+ __fsid_t f_fsid;
+ int f_namelen;
+ int f_frsize;
+- int f_spare[5];
++ int f_flags;
++ int f_spare[4];
+ };
+ #endif
+