mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Remove redundant decl. of time(). Causes problems on alpha
This commit is contained in:
parent
a6ccc598a3
commit
f58619de89
2 changed files with 2 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue