summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/adjtimed/adjtimed.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/adjtimed/adjtimed.c')
-rw-r--r--contrib/ntp/adjtimed/adjtimed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/adjtimed/adjtimed.c b/contrib/ntp/adjtimed/adjtimed.c
index f38e66d..fd28dfb 100644
--- a/contrib/ntp/adjtimed/adjtimed.c
+++ b/contrib/ntp/adjtimed/adjtimed.c
@@ -58,7 +58,7 @@ void Exit (int);
/* emacs cc-mode goes nuts if we split the next line... */
#define tvtod(tv) ((double)tv.tv_sec + ((double)tv.tv_usec / (double)MILLION))
-char *progname = NULL;
+char const *progname = NULL;
int verbose = 0;
int sysdebug = 0;
static int mqid;
OpenPOWER on IntegriCloud