diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-27 10:08:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-27 10:08:02 +0000 |
commit | c9dc2ac578278e86be248cc21e53081f7054da83 (patch) | |
tree | 72754c2d47216adf8af915e7ace49c4576c5108f /runit/runsvdir.c | |
parent | a619b85ef5c4c8215bf11552e9a6433183f22108 (diff) | |
download | busybox-w32-c9dc2ac578278e86be248cc21e53081f7054da83.tar.gz busybox-w32-c9dc2ac578278e86be248cc21e53081f7054da83.tar.bz2 busybox-w32-c9dc2ac578278e86be248cc21e53081f7054da83.zip |
make variables static
Diffstat (limited to 'runit/runsvdir.c')
-rw-r--r-- | runit/runsvdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runsvdir.c b/runit/runsvdir.c index 94397bc36..8d25923d4 100644 --- a/runit/runsvdir.c +++ b/runit/runsvdir.c | |||
@@ -42,7 +42,7 @@ struct service { | |||
42 | smallint isgone; | 42 | smallint isgone; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | struct service *sv; | 45 | static struct service *sv; |
46 | static char *svdir; | 46 | static char *svdir; |
47 | static int svnum; | 47 | static int svnum; |
48 | static char *rplog; | 48 | static char *rplog; |