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, 0 insertions, 31 deletions
diff --git a/packages/glibc-ports/2.13/0003-alpha-statfs.patch b/packages/glibc-ports/2.13/0003-alpha-statfs.patch
deleted file mode 100644
index d9659eb..0000000
--- a/packages/glibc-ports/2.13/0003-alpha-statfs.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-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
-