Merge pull request #121 from rtprio/rlimt-mismatch

If we're iterating over rlimits, we should use rlim_t.
This commit is contained in:
Joris Vink 2016-04-28 07:56:04 +02:00
commit 6013f2a9d2
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ kore_worker_dispatch_signal(int sig)
void
kore_worker_entry(struct kore_worker *kw)
{
size_t fd;
rlim_t fd;
struct rlimit rl;
char buf[16];
int quit, had_lock, r;