summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/prettydate.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/libntp/prettydate.c')
-rw-r--r--contrib/ntp/libntp/prettydate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/prettydate.c b/contrib/ntp/libntp/prettydate.c
index 5da5ecc..25b085e 100644
--- a/contrib/ntp/libntp/prettydate.c
+++ b/contrib/ntp/libntp/prettydate.c
@@ -141,7 +141,7 @@ get_struct_tm(
return NULL; /* That's truly pathological! */
/* 'tm' surely not NULL here! */
- NTP_INSIST(tm != NULL);
+ INSIST(tm != NULL);
if (folds != 0) {
tm->tm_year += folds * SOLAR_CYCLE_YEARS;
if (tm->tm_year <= 0 || tm->tm_year >= 200)
OpenPOWER on IntegriCloud