Originally by raeburn@cygnus.com from the Kerbnet release
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10179
dc483132-0cff-0310-8789-
dd5450dbe970
+Sat Aug 16 10:11:20 1997 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * gmt_mktime.c (days_in_month): Now const.
+ Originally by raeburn@cygnus.com from the Kerbnet release
+
Tue Feb 25 00:29:33 1997 Richard Basch <basch@lehman.com>
* read_pwd.c: Define Windows interface for krb5_read_password
/* like mktime, this ignores tm_wday and tm_yday. */
/* unlike mktime, this does not set them... it only passes a return value. */
-static days_in_month[12] = {
+static const days_in_month[12] = {
0, /* jan 31 */
31, /* feb 28 */
59, /* mar 31 */