diff options
Diffstat (limited to 'contrib/ntp/clockstuff/chutest.c')
-rw-r--r-- | contrib/ntp/clockstuff/chutest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/clockstuff/chutest.c b/contrib/ntp/clockstuff/chutest.c index 488a0d1..78f6c5f 100644 --- a/contrib/ntp/clockstuff/chutest.c +++ b/contrib/ntp/clockstuff/chutest.c @@ -56,7 +56,7 @@ struct chucode { #define STREQ(a, b) (*(a) == *(b) && strcmp((a), (b)) == 0) -char *progname; +char const *progname; int dofilter = 0; /* set to 1 when we should run filter algorithm */ int showtimes = 0; /* set to 1 when we should show char arrival times */ |