summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/libntp/caljulian.c
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>2004-07-20 15:01:56 +0000
committerroberto <roberto@FreeBSD.org>2004-07-20 15:01:56 +0000
commit118e757284cbb8fc4f43a713e892b41504b50a5f (patch)
tree528d12dda44ebdc3ffcc38050f159ac553a69c17 /contrib/ntp/libntp/caljulian.c
parenta85d9ae25e8e8696677bc30feb6eaf7fc150e529 (diff)
downloadFreeBSD-src-118e757284cbb8fc4f43a713e892b41504b50a5f.zip
FreeBSD-src-118e757284cbb8fc4f43a713e892b41504b50a5f.tar.gz
Virgin import of ntpd 4.2.0
Diffstat (limited to 'contrib/ntp/libntp/caljulian.c')
-rw-r--r--contrib/ntp/libntp/caljulian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/libntp/caljulian.c b/contrib/ntp/libntp/caljulian.c
index 948bb1c..c3b5e67 100644
--- a/contrib/ntp/libntp/caljulian.c
+++ b/contrib/ntp/libntp/caljulian.c
@@ -110,6 +110,6 @@ caljulian(
break;
}
jt->month++;
- jt->monthday = monthday;
+ jt->monthday = (u_char) monthday;
}
}
OpenPOWER on IntegriCloud