make variables static

This commit is contained in:
Denis Vlasenko
2007-09-27 10:08:02 +00:00
parent a619b85ef5
commit c9dc2ac578
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ struct service {
smallint isgone;
};
struct service *sv;
static struct service *sv;
static char *svdir;
static int svnum;
static char *rplog;