diff options
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 1754066e11b31..40c0cc52a8e64 100644 --- a/libexec/talkd/Makefile +++ b/libexec/talkd/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 -# $Id$ +# $Id: Makefile,v 1.3 1996/09/22 21:55:12 wosch 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 917f5f8fc804b..70ebf7568ba59 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.5.2.2 1997/12/18 07:30:09 charnier Exp $"; + "$Id: announce.c,v 1.5.2.3 1998/07/19 06:53:03 jkh Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index ee5d4db90c86d..9f19ca417bb8d 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.3.2.1 1997/12/18 07:30:10 charnier Exp $"; + "$Id: print.c,v 1.3.2.2 1998/03/06 01:46:27 jkh Exp $"; #endif /* not lint */ /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index 34c6a909f9e65..7c1c02f2a71e9 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$"; + "$Id: process.c,v 1.5.2.1 1997/12/18 07:30:10 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index f1bcc22e3b3cf..414546e7796e1 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$"; + "$Id: table.c,v 1.3.2.1 1997/12/18 07:30:11 charnier Exp $"; #endif /* not lint */ /* diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index dcb262483d5c5..feeb6cec76830 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$"; + "$Id: talkd.c,v 1.4.2.2 1997/12/18 07:30:11 charnier Exp $"; #endif /* not lint */ /* |