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
* kparse.c: Include stdlib.h if present (for malloc prototyp)
+Fri Oct 17 20:33:17 1997 Tom Yu <tlyu@mit.edu>
+
+ * 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.
+
Tue Sep 30 19:00:33 1997 Tom Yu <tlyu@mit.edu>
* tkt_string.c: Replace HAS_STDLIB_H with something more sane.
/* returns the offset in hours between the mac local time and the GMT */
-unsigned KRB_INT32
+unsigned long
getTimeZoneOffset()
{
MachineLocation macLocation;
/* Returns the GMT in seconds using the Unix epoch, ie. Net time */
-unsigned KRB_INT32 gettimeofdaynet_no_offset()
+static unsigned long
+gettimeofdaynet_no_offset()
{
time_t the_time;