diff options
Diffstat (limited to 'lib/libtelnet')
-rw-r--r-- | lib/libtelnet/Makefile | 2 | ||||
-rw-r--r-- | lib/libtelnet/genget.c | 2 | ||||
-rw-r--r-- | lib/libtelnet/getent.c | 2 | ||||
-rw-r--r-- | lib/libtelnet/misc-proto.h | 2 | ||||
-rw-r--r-- | lib/libtelnet/misc.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 542a2615290e..66ed3cfcd793 100644 --- a/lib/libtelnet/Makefile +++ b/lib/libtelnet/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 12/15/93 -# $FreeBSD$ +# $FreeBSD: src/lib/libtelnet/Makefile,v 1.10.2.2 2002/07/19 18:46:26 ru Exp $ LIB= telnet diff --git a/lib/libtelnet/genget.c b/lib/libtelnet/genget.c index e24bb4458455..5cb2241a1bc8 100644 --- a/lib/libtelnet/genget.c +++ b/lib/libtelnet/genget.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libtelnet/genget.c,v 1.2.8.1 2002/04/13 11:07:12 markm Exp $"); #ifndef lint #if 0 diff --git a/lib/libtelnet/getent.c b/lib/libtelnet/getent.c index d6e8d9c88475..bdc2b9f1d461 100644 --- a/lib/libtelnet/getent.c +++ b/lib/libtelnet/getent.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libtelnet/getent.c,v 1.3.6.1 2002/04/13 11:07:12 markm Exp $"); #ifndef lint #if 0 diff --git a/lib/libtelnet/misc-proto.h b/lib/libtelnet/misc-proto.h index aea753c3ff93..31b60ac91344 100644 --- a/lib/libtelnet/misc-proto.h +++ b/lib/libtelnet/misc-proto.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)misc-proto.h 8.1 (Berkeley) 6/4/93 - * $FreeBSD$ + * $FreeBSD: src/lib/libtelnet/misc-proto.h,v 1.1.1.1.14.1 2002/04/13 11:07:12 markm Exp $ */ /* diff --git a/lib/libtelnet/misc.c b/lib/libtelnet/misc.c index 981208e725e1..6feabdb230c6 100644 --- a/lib/libtelnet/misc.c +++ b/lib/libtelnet/misc.c @@ -33,7 +33,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libtelnet/misc.c,v 1.3.8.1 2002/04/13 11:07:12 markm Exp $"); #ifndef lint #if 0 |