diff options
Diffstat (limited to 'runit/sv.c')
-rw-r--r-- | runit/sv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/sv.c b/runit/sv.c index c87f565cc..406dc6fc8 100644 --- a/runit/sv.c +++ b/runit/sv.c | |||
@@ -163,7 +163,7 @@ static char **service; | |||
163 | static unsigned rc; | 163 | static unsigned rc; |
164 | /* "Bernstein" time format: unix + 0x400000000000000aULL */ | 164 | /* "Bernstein" time format: unix + 0x400000000000000aULL */ |
165 | static uint64_t tstart, tnow; | 165 | static uint64_t tstart, tnow; |
166 | svstatus_t svstatus; | 166 | static svstatus_t svstatus; |
167 | 167 | ||
168 | 168 | ||
169 | static void fatal_cannot(const char *m1) ATTRIBUTE_NORETURN; | 169 | static void fatal_cannot(const char *m1) ATTRIBUTE_NORETURN; |