make variables static
This commit is contained in:
@@ -42,7 +42,7 @@ struct service {
|
||||
smallint isgone;
|
||||
};
|
||||
|
||||
struct service *sv;
|
||||
static struct service *sv;
|
||||
static char *svdir;
|
||||
static int svnum;
|
||||
static char *rplog;
|
||||
|
||||
@@ -163,7 +163,7 @@ static char **service;
|
||||
static unsigned rc;
|
||||
/* "Bernstein" time format: unix + 0x400000000000000aULL */
|
||||
static uint64_t tstart, tnow;
|
||||
svstatus_t svstatus;
|
||||
static svstatus_t svstatus;
|
||||
|
||||
|
||||
static void fatal_cannot(const char *m1) ATTRIBUTE_NORETURN;
|
||||
|
||||
Reference in New Issue
Block a user