[765] in Kerberos-V5-bugs
BETA4 compiling telnetd on Alpha
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Sun Sep 18 10:20:48 1994
From: epeisach@MIT.EDU
Date: Sun, 18 Sep 1994 10:20:42 -0400
To: krb5-bugs@MIT.EDU
The routines logout and logwtmp are in the util library.... Also -
prototyping of time() is probably bad... (but I only fixed the alpha)
Ezra
*** 1.1 1994/09/18 13:38:29
--- src/appl/telnet/telnetd/configure.in 1994/09/18 13:39:12
***************
*** 12,17 ****
--- 12,18 ----
AC_HAVE_LIBRARY(socket)
AC_HAVE_LIBRARY(nsl)
AC_HAVE_LIBRARY(dbm)
+ AC_HAVE_LIBRARY(util)
AC_HAVE_LIBRARY(termcap,AC_DEFINE(TERMCAP)
LIBS="$LIBS -ltermcap")
AC_HEADER_CHECK(termios.h,AC_DEFINE(USE_TERMIO) ac_termio=1)
*** 1.1 1994/09/18 13:29:14
--- src/appl/telnet/telnetd/sys_term.c 1994/09/18 13:29:49
***************
*** 1352,1358 ****
--- 1352,1360 ----
char *autoname;
{
register int i;
+ #ifndef __alpha
long time();
+ #endif
char name[256];
#ifdef NEWINIT
extern char *ptyip;