diff options
Diffstat (limited to 'utility.c')
-rw-r--r-- | utility.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1696,9 +1696,10 @@ struct BB_applet *find_applet_by_name(const char *name) | |||
1696 | } | 1696 | } |
1697 | 1697 | ||
1698 | #if defined BB_DD || defined BB_TAIL | 1698 | #if defined BB_DD || defined BB_TAIL |
1699 | unsigned long parse_number(const char *numstr, struct suffix_mult *suffixes) | 1699 | unsigned long parse_number(const char *numstr, |
1700 | const struct suffix_mult *suffixes) | ||
1700 | { | 1701 | { |
1701 | struct suffix_mult *sm; | 1702 | const struct suffix_mult *sm; |
1702 | unsigned long int ret; | 1703 | unsigned long int ret; |
1703 | int len; | 1704 | int len; |
1704 | char *end; | 1705 | char *end; |