radicle: use rlim_t when working with limits
rlimit values have different types on Linux and FreeBSD, as well as 64-bit and 32-bit platforms, so stick to the type rlim_t provided by the libc crate.
1 file changed
+2
-5
87cb7bf5
→
41c33901
modified radicle/src/io.rs
@@ -1,12 +1,9 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|