mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-25 05:01:00 -05:00
Improvements since the 4.0.38 release are:
- Rename strtoi to strosi (string to signed int). The strtoi
function on BSD does something else (returns an intmax, not
an int)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 08ebc3881d)