diff --git a/process.c b/process.c index 11d5fc999c..b1f9931f06 100644 --- a/process.c +++ b/process.c @@ -5258,7 +5258,7 @@ static rb_pid_t ruby_setsid(void) { rb_pid_t pid; - int ret; + int ret, fd; pid = getpid(); #if defined(SETPGRP_VOID)