* mac_time.c: Don't use the type KRB_INT32; it was leaked from
authorTom Yu <tlyu@mit.edu>
Mon, 27 Oct 1997 06:01:52 +0000 (06:01 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 27 Oct 1997 06:01:52 +0000 (06:01 +0000)
commit2fef2710c1e3a3557647ddb291b9cb8c72aa647b
treed3305c113f3de48001b56e0c6d8ecf16d9ea4b6c
parentaee8ba312c3b8046fad336c923413f31fe5ed96e
* mac_time.c: Don't use the type KRB_INT32; it was leaked from
des.h and was just the wrong answer.  Use long instead.  While
we're at it, declare gettimeofdaynet_no_offset() as static because
we have no real need to export it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10250 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/mac_time.c