diff options
Diffstat (limited to 'contrib/ntp/sntp/log.h')
-rw-r--r-- | contrib/ntp/sntp/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/sntp/log.h b/contrib/ntp/sntp/log.h index fdb2ba2..2d047ba 100644 --- a/contrib/ntp/sntp/log.h +++ b/contrib/ntp/sntp/log.h @@ -22,6 +22,6 @@ void sntp_init_logging(const char *program); void open_logfile(const char *logfile); -extern char *progname; /* for msyslog use too */ +extern char const *progname; /* for msyslog use too */ #endif |