CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2013/11/09 08:53:20

Modified files:
        sbin/growfs    : growfs.c 

Log message:
Replace (int) = (size_t)(long) with (long long) = (long long) by replacing
atol() with strtonum() and storing value of 's' parameter in long long
variable instead of an int.

Reply via email to