Project

General

Profile

Feature #2437 » 0006-lighttpd-angel-Remove-unused-variable.patch

KiBi, 2012-08-15 21:39

View differences:

src/lighttpd-angel.c
static siginfo_t last_sighup_info;
static volatile sig_atomic_t start_process = 1;
static volatile sig_atomic_t graceful_restart = 0;
static volatile pid_t pid = -1;
#define UNUSED(x) ( (void)(x) )
(6-6/6)