summaryrefslogtreecommitdiff
path: root/packages/glibc-ports/2.13/0003-alpha-statfs.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-10 23:00:09 (GMT)
committerAlexey Neyman <stilor@att.net>2022-02-11 08:47:50 (GMT)
commit8d636658182a3e3f234e8ce032afc6562cd8dd01 (patch)
treef1440740a2fece4de1c3574a427b07dcddb0eecb /packages/glibc-ports/2.13/0003-alpha-statfs.patch
parent30fb23dd895f82e71f13cd8a8d6a90d165f5090b (diff)
glibc-ports: remove obsolete versions
The corresponding versions of glibc have been removed previously; kill their "ports" counterpart. Signed-off-by: Alexey Neyman <stilor@att.net>
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
-