diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 82d2664a8..3c57cf418 100644 --- a/coreutils/test.c +++ b/coreutils/test.c | |||
@@ -156,7 +156,7 @@ typedef int arith_t; | |||
156 | /* Cannot eliminate these static data (do the G trick) | 156 | /* Cannot eliminate these static data (do the G trick) |
157 | * because of test_main usage from other applets */ | 157 | * because of test_main usage from other applets */ |
158 | static char **t_wp; | 158 | static char **t_wp; |
159 | static struct t_op const *t_wp_op; | 159 | static const struct t_op *t_wp_op; |
160 | static gid_t *group_array; | 160 | static gid_t *group_array; |
161 | static int ngroups; | 161 | static int ngroups; |
162 | static jmp_buf leaving; | 162 | static jmp_buf leaving; |