Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use sudo_strtonum() instead of strtoull().
Fixes building on systems that lack strtoull(). While dev_t is unsigned on most systems, we can still use sudo_strtonum() here as long as we allow the full range of values [LLONG_MIN,LLONG_MAX]. We don't use strtoul() here since some 32-bit systems have 64-bit dev_t.
- Loading branch information