From 5abbe24d1c306c224afd5d0f7405b853794d2ec8 Mon Sep 17 00:00:00 2001 From: gpalmer Date: Tue, 1 Sep 1998 15:17:28 +0000 Subject: [PATCH] Remove redundant decl. of time(). Causes problems on alpha git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@38728 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- telnetd/sys_term.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/telnetd/sys_term.c b/telnetd/sys_term.c index 591c963..9c557b1 100644 --- a/telnetd/sys_term.c +++ b/telnetd/sys_term.c @@ -36,7 +36,7 @@ static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; #endif static const char rcsid[] = - "$Id: sys_term.c,v 1.3 1997/12/08 07:41:12 charnier Exp $"; + "$Id: sys_term.c,v 1.4 1998/01/22 00:04:57 imp Exp $"; #endif /* not lint */ #include "telnetd.h" @@ -1409,7 +1409,6 @@ startslave(host, autologin, autoname) char *autoname; { register int i; - long time(); #ifdef NEWINIT extern char *ptyip; struct init_request request;