diff options
Diffstat (limited to 'contrib/ntp/clockstuff/propdelay.c')
-rw-r--r-- | contrib/ntp/clockstuff/propdelay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/clockstuff/propdelay.c b/contrib/ntp/clockstuff/propdelay.c index 52c2032..a3b9fc0 100644 --- a/contrib/ntp/clockstuff/propdelay.c +++ b/contrib/ntp/clockstuff/propdelay.c @@ -117,7 +117,7 @@ int Cflag = 0; int Gflag = 0; int height; -char *progname; +char const *progname; static void doit (double, double, double, double, double, char *); static double latlong (char *, int); |