aboutsummaryrefslogtreecommitdiff
path: root/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test.c')
-rw-r--r--test.c4
1 files changed, 2 insertions, 2 deletions
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 {
156 {0, 0, 0} 156 {0, 0, 0}
157}; 157};
158 158
159char **t_wp; 159static char **t_wp;
160struct t_op const *t_wp_op; 160static struct t_op const *t_wp_op;
161static gid_t *group_array = NULL; 161static gid_t *group_array = NULL;
162static int ngroups; 162static int ngroups;
163 163