diff options
author | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 76f0c923fe4b2a1616453876611dc76b4f6b5355 (patch) | |
tree | 11c3e263d5f0f3acaf3b23fd63177baa9d93b750 /libexec/talkd | |
parent | c148814ac642685a549ea821e649cd359879c935 (diff) | |
download | FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.zip FreeBSD-src-76f0c923fe4b2a1616453876611dc76b4f6b5355.tar.gz |
$Id$ -> $FreeBSD$
Diffstat (limited to 'libexec/talkd')
-rw-r--r-- | libexec/talkd/Makefile | 2 | ||||
-rw-r--r-- | libexec/talkd/announce.c | 2 | ||||
-rw-r--r-- | libexec/talkd/print.c | 2 | ||||
-rw-r--r-- | libexec/talkd/process.c | 2 | ||||
-rw-r--r-- | libexec/talkd/table.c | 2 | ||||
-rw-r--r-- | libexec/talkd/talkd.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 1754066..100e867 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $FreeBSD$ PROG= ntalkd SRCS= talkd.c announce.c process.c table.c print.c ttymsg.c diff --git a/libexec/talkd/announce.c b/libexec/talkd/announce.c index cd4dc55..dccd8d8 100644 --- a/libexec/talkd/announce.c +++ b/libexec/talkd/announce.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)announce.c 8.3 (Berkeley) 4/28/95"; #endif static const char rcsid[] = - "$Id: announce.c,v 1.9 1997/12/02 12:33:11 charnier Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index fffdf9c..8c1ba9b 100644 --- a/libexec/talkd/print.c +++ b/libexec/talkd/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: print.c,v 1.7 1997/12/24 19:39:57 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index 34c6a90..b3659a5 100644 --- a/libexec/talkd/process.c +++ b/libexec/talkd/process.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)process.c 8.2 (Berkeley) 11/16/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index f1bcc22..5062c78 100644 --- a/libexec/talkd/table.c +++ b/libexec/talkd/table.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index 72e4a5f..ca30ef7 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)talkd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id: talkd.c,v 1.9 1998/12/01 21:12:57 dillon Exp $"; + "$FreeBSD$"; #endif /* not lint */ /* |