diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch')
-rw-r--r-- | meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch index adef377b8..a556ed3d8 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/0005-common.h-replace-getline-with-fgets.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 2137eb1a6cd0326510bd3b9faf8037d9bf34ca3d Mon Sep 17 00:00:00 2001 | 1 | From 2137eb1a6cd0326510bd3b9faf8037d9bf34ca3d Mon Sep 17 00:00:00 2001 |
2 | From: Andrea Adami <andrea.adami@gmail.com> | 2 | From: Andrea Adami <andrea.adami@gmail.com> |
3 | Date: Wed, 23 May 2018 15:52:34 +0200 | 3 | Date: Wed, 23 May 2018 15:52:34 +0200 |
4 | Subject: [PATCH 5/5] common.h: replace getline() with fgets | 4 | Subject: [PATCH] common.h: replace getline() with fgets |
5 | 5 | ||
6 | There is an unofficial upstream patch adding a simple getline() | 6 | There is an unofficial upstream patch adding a simple getline() |
7 | to libmissing.h. Unfortunately the patch creates issues if the | 7 | to libmissing.h. Unfortunately the patch creates issues if the |
@@ -13,7 +13,7 @@ Fix: | |||
13 | | ubi-utils/ubiformat.o: In function `prompt.constprop.4': | 13 | | ubi-utils/ubiformat.o: In function `prompt.constprop.4': |
14 | | ubiformat.c:(.text+0x70): undefined reference to `getline' | 14 | | ubiformat.c:(.text+0x70): undefined reference to `getline' |
15 | 15 | ||
16 | Upstrea-Status: Inappropriate [klibc specific] | 16 | Upstream-Status: Inappropriate [klibc specific] |
17 | 17 | ||
18 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | 18 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> |
19 | --- | 19 | --- |