From 658aef6e920b3edbb232fed18fb6b7bc2c0183ef Mon Sep 17 00:00:00 2001 From: kraai Date: Sat, 30 Dec 2000 07:46:23 +0000 Subject: Improvements from Vladimir N. Oleynik. git-svn-id: svn://busybox.net/trunk/busybox@1507 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.c') diff --git a/test.c b/test.c index d1a0b6025..ba6feb033 100644 --- a/test.c +++ b/test.c @@ -156,8 +156,8 @@ struct t_op { {0, 0, 0} }; -char **t_wp; -struct t_op const *t_wp_op; +static char **t_wp; +static struct t_op const *t_wp_op; static gid_t *group_array = NULL; static int ngroups; -- cgit v1.2.3-55-g6feb