diff options
Diffstat (limited to 'src/mds-vt.c')
-rw-r--r-- | src/mds-vt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-vt.c b/src/mds-vt.c index aed3805..dd30b46 100644 --- a/src/mds-vt.c +++ b/src/mds-vt.c @@ -97,7 +97,7 @@ static struct stat old_vt_stat; /** * -1 if switching to our VT, 1 if switching to another VT, 0 otherwise */ -static volatile int switching_vt = 0; +static volatile sig_atomic_t switching_vt = 0; /** * The pathname for the file containing VT information |