diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libiniparser.c.patch')
-rw-r--r-- | meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libiniparser.c.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libiniparser.c.patch b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libiniparser.c.patch deleted file mode 100644 index 45f2439c8..000000000 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc/libiniparser.c.patch +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | --- a/ubi-utils/libiniparser.c 2012-05-29 23:46:08.000000000 +0200 | ||
2 | +++ b/ubi-utils/libiniparser.c 2012-05-29 23:45:01.000000000 +0200 | ||
3 | @@ -327,6 +327,8 @@ | ||
4 | the notfound value is returned. | ||
5 | */ | ||
6 | /*--------------------------------------------------------------------------*/ | ||
7 | +/* Floating-point is not supported in klibc */ | ||
8 | +/* | ||
9 | double iniparser_getdouble(dictionary * d, char * key, double notfound) | ||
10 | { | ||
11 | char * str ; | ||
12 | @@ -335,6 +337,7 @@ | ||
13 | if (str==INI_INVALID_KEY) return notfound ; | ||
14 | return atof(str); | ||
15 | } | ||
16 | +*/ | ||
17 | |||
18 | /*-------------------------------------------------------------------------*/ | ||
19 | /** | ||