diff options
Diffstat (limited to 'lib/libutil/expand_number.c')
| -rw-r--r-- | lib/libutil/expand_number.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/expand_number.c b/lib/libutil/expand_number.c index 5cc260820bb20..0f896eedadc20 100644 --- a/lib/libutil/expand_number.c +++ b/lib/libutil/expand_number.c @@ -46,7 +46,7 @@ __FBSDID("$FreeBSD$");   *	8) A positive decimal number followed by a 'e' or 'E' (mult by 1 << 60).   */  int -expand_number(char *buf, int64_t *num) +expand_number(const char *buf, int64_t *num)  {  	static const char unit[] = "bkmgtpe";  	char *endptr, s;  | 
