X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprocess.c;h=1ec450cd0d4bbb00961a8d5b0ab1f63e17f5a7e1;hb=e6b21e1a510691a86dcc1ecdf71a80a7c62ff17f;hp=737a75e2a4f8dfbc9298247c3e3eb83a1458ef51;hpb=ce8775000ab38229a78ecf3dc26bab008ca0f332;p=tinc diff --git a/src/process.c b/src/process.c index 737a75e2..1ec450cd 100644 --- a/src/process.c +++ b/src/process.c @@ -41,7 +41,7 @@ extern char **g_argv; extern bool use_logfile; #ifndef HAVE_MINGW -sigset_t emptysigset; +static sigset_t emptysigset; #endif static void memory_full(int size) {