diff options
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -156,8 +156,8 @@ struct t_op { | |||
156 | {0, 0, 0} | 156 | {0, 0, 0} |
157 | }; | 157 | }; |
158 | 158 | ||
159 | char **t_wp; | 159 | static char **t_wp; |
160 | struct t_op const *t_wp_op; | 160 | static struct t_op const *t_wp_op; |
161 | static gid_t *group_array = NULL; | 161 | static gid_t *group_array = NULL; |
162 | static int ngroups; | 162 | static int ngroups; |
163 | 163 | ||