diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-09-25 21:57:54 +0000 | 
| commit | ba94d0cea3d853d19732f64a17cd6207dc85ad5f (patch) | |
| tree | 38b022cfba11bdd4a90667961e31cfc475ffc7c3 /libexec/talkd | |
| parent | 2641b0c407077fa8c3032d87d15ac6a103b0ed1b (diff) | |
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.8 | 2 | ||||
| -rw-r--r-- | libexec/talkd/talkd.c | 2 | 
7 files changed, 7 insertions, 7 deletions
| diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index 100e867ba5be..5e0da4ab7ca6 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@  #	@(#)Makefile	8.1 (Berkeley) 6/4/93 -# $FreeBSD$ +# $FreeBSD: src/libexec/talkd/Makefile,v 1.6 1999/08/28 00:10:15 peter Exp $  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 dccd8d887b32..52fc4d3ee080 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/libexec/talkd/announce.c,v 1.11 1999/08/28 00:10:16 peter Exp $";  #endif /* not lint */  #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 8c1ba9b5e0e1..6c4b3475faa6 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/libexec/talkd/print.c,v 1.9 1999/08/28 00:10:16 peter Exp $";  #endif /* not lint */  /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index b3659a599afe..1ce3362b0d77 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/libexec/talkd/process.c,v 1.9 1999/08/28 00:10:16 peter Exp $";  #endif /* not lint */  /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 5062c78049d8..1f37451868f0 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/libexec/talkd/table.c,v 1.7 1999/08/28 00:10:17 peter Exp $";  #endif /* not lint */  /* diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index 001b858f861e..1cf2aa0e456d 100644 --- a/libexec/talkd/talkd.8 +++ b/libexec/talkd/talkd.8 @@ -30,7 +30,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)talkd.8	8.2 (Berkeley) 12/11/93 -.\" $FreeBSD$ +.\" $FreeBSD: src/libexec/talkd/talkd.8,v 1.3 1999/08/28 23:08:18 mpp Exp $  .\"  .Dd December 11, 1993  .Dt TALKD 8 diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index ca30ef725f13..b830650f111b 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[] = -  "$FreeBSD$"; +  "$FreeBSD: src/libexec/talkd/talkd.c,v 1.11 1999/08/28 00:10:17 peter Exp $";  #endif /* not lint */  /* | 
