$Id$ -> $FreeBSD$

git-svn-id: http://svn0.us-east.freebsd.org/base/head/contrib/telnet@50479 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
This commit is contained in:
peter 1999-08-28 01:35:59 +00:00
parent 95b971e484
commit 1e75920e30
8 changed files with 8 additions and 8 deletions

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)authenc.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */
#if defined(AUTHENTICATION) || defined(ENCRYPTION)

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)global.c 8.1 (Berkeley) 6/4/93";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */
/*

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)slc.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */
#include "telnetd.h"

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */
#include "telnetd.h"

View File

@ -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.5 1998/09/01 15:17:28 gpalmer Exp $";
"$FreeBSD$";
#endif /* not lint */
#include "telnetd.h"

View File

@ -42,7 +42,7 @@ static const char copyright[] =
static const char sccsid[] = "@(#)telnetd.c 8.4 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: telnetd.c,v 1.8 1999/04/07 10:17:24 brian Exp $";
"$FreeBSD$";
#endif /* not lint */
#include "telnetd.h"

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)termstat.c 8.2 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id$";
"$FreeBSD$";
#endif /* not lint */
#include "telnetd.h"

View File

@ -36,7 +36,7 @@
static const char sccsid[] = "@(#)utility.c 8.4 (Berkeley) 5/30/95";
#endif
static const char rcsid[] =
"$Id: utility.c,v 1.3 1998/02/16 12:09:28 markm Exp $";
"$FreeBSD$";
#endif /* not lint */
#ifdef __FreeBSD__