From e6e818309e9d415d23612040b3e8594a8feffe1b Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sat, 30 Dec 2000 07:46:23 +0000 Subject: Improvements from Vladimir N. Oleynik. --- coreutils/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils') diff --git a/coreutils/test.c b/coreutils/test.c index d1a0b60..ba6feb0 100644 --- a/coreutils/test.c +++ b/coreutils/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.1