Improvements from Vladimir N. Oleynik.

This commit is contained in:
Matt Kraai
2000-12-30 07:46:23 +00:00
parent e9e182e255
commit e6e818309e
5 changed files with 8 additions and 6 deletions

4
test.c
View File

@ -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;