diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-26 00:56:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-26 14:58:20 +0200 |
commit | 3347a7742c2905ab7e8245deb609f3452013cf37 (patch) | |
tree | 085f0e83a147aec4d17235211392b08a4e95aaf9 /package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch | |
parent | ff1649574649811e9ed4801e9d4d3a89320bf1b3 (diff) | |
download | buildroot-3347a7742c2905ab7e8245deb609f3452013cf37.tar.gz buildroot-3347a7742c2905ab7e8245deb609f3452013cf37.zip |
package/dosfstools: bump version to 4.1
Removed patches applied upstream:
0001-mkfs-Default-to-64-32-heads-sectors-for-targets-smalle.patch
https://github.com/dosfstools/dosfstools/commit/1e76e5778a1885452939a79d9145b80634a5b023
0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch
https://github.com/dosfstools/dosfstools/commit/69ac2b0706ff01ea7a8b6efd9f9efa2481895261
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch')
-rw-r--r-- | package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch b/package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch deleted file mode 100644 index 9740304603..0000000000 --- a/package/dosfstools/0002-src-device_info.c-Fix-undefined-PATH_MAX-under-musl.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 06ce096dabd8a29c72dc0bc5110d2c4867baa490 Mon Sep 17 00:00:00 2001 -From: Alessio Sergi <al3hex@gmail.com> -Date: Fri, 6 May 2016 18:18:18 +0200 -Subject: [PATCH] src/device_info.c: Fix undefined PATH_MAX under musl - -In musl libc, PATH_MAX is defined in <limits.h>. - -Status: pending -https://github.com/dosfstools/dosfstools/pull/27 - -[Romain: add patch status] -Signed-off-by: Romain Naour <romain.naour@gmail.com> ---- - src/device_info.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/device_info.c b/src/device_info.c -index f5d11ac..cd57388 100644 ---- a/src/device_info.c -+++ b/src/device_info.c -@@ -17,6 +17,7 @@ - */ - - -+#include <limits.h> - #include <stdint.h> - #include <stdbool.h> - #include <sys/types.h> --- -2.5.5 - |