mirror of
https://github.com/torarnv/sparsebundlefs.git
synced 2026-03-03 18:28:07 +01:00
We were using -1 as a sentinel to determine if we had computed the file descriptor limit, but rlim_t is unsigned. Also, RLIM_INFINITY is typically -1 as well, so the choice of -1 as a sentinel was probably not a good idea anyways. Closes issue #19.
16 KiB
16 KiB