[10585] in Athena Bugs
athena/athena.lib/kerberos/lib/krb/stime.c
daemon@ATHENA.MIT.EDU (brlewis@Athena.MIT.EDU)
Fri Jun 25 11:31:06 1993
From: brlewis@Athena.MIT.EDU
Date: Fri, 25 Jun 93 11:29:39 -0400
To: rel-eng@Athena.MIT.EDU, bugs@Athena.MIT.EDU
I had to rename this function to avoid a conflict with the System V
stime() function declared in time.h. The only place I know this is used
is server/kerberos.c, but getting the server working is outside the
scope of the HP mini port.
*** /tmp/,RCSt1a18390 Fri Jun 25 11:27:30 1993
--- athena/athena.lib/kerberos/lib/krb/stime.c Wed Jun 2 17:21:50 1993
***************
*** 29,35 ****
* "25-Jan-88 10:17:56"
*/
! char *stime(t)
long *t;
{
static char st_data[40];
--- 29,35 ----
* "25-Jan-88 10:17:56"
*/
! char *krb_stime(t)
long *t;
{
static char st_data[40];