mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
bash: fixing missing PARAMS() macro in strtod.c
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
committed by
Rosen Penev
parent
51c5a8b4bc
commit
fd9012836a
11
utils/bash/patches/902-missing-params.patch
Normal file
11
utils/bash/patches/902-missing-params.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/lib/sh/strtod.c
|
||||
+++ b/lib/sh/strtod.c
|
||||
@@ -41,6 +41,8 @@ extern int errno;
|
||||
|
||||
#include <bashansi.h>
|
||||
|
||||
+#include <stdc.h>
|
||||
+
|
||||
#ifndef NULL
|
||||
# define NULL 0
|
||||
#endif
|
||||
Reference in New Issue
Block a user