diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-16 01:59:46 +0000 |
| commit | 838992f094ccde014679a7cfafc495840eb932a1 (patch) | |
| tree | bb1da10609893e2c699e42919a3a51c02df9caf0 /usr.bin/talk | |
| parent | bcb29ac16cc991f99f0c976390dff6be1a1b9058 (diff) | |
Diffstat (limited to 'usr.bin/talk')
| -rw-r--r-- | usr.bin/talk/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/talk/ctl.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/ctl_transact.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/display.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_addrs.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_iface.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/get_names.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/init_disp.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/invite.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/io.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/look_up.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/msgs.c | 2 | ||||
| -rw-r--r-- | usr.bin/talk/talk.c | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 921a12e168ad..8bad5f2a80ca 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $Id$ +# $Id: Makefile,v 1.6 1997/02/22 19:57:18 peter Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index f4cdcd111f4b..5af960b613e5 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id: ctl.c,v 1.4 1998/01/14 07:20:59 charnier Exp $"; + "$Id: ctl.c,v 1.5 1998/07/06 21:01:36 bde Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index 2f2d8430bbb2..1acea3524b4c 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: ctl_transact.c,v 1.4 1998/01/14 07:21:00 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 8dbd7583d386..550fc5ea1335 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: display.c,v 1.6 1998/01/14 07:21:01 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index 641f80fa3237..e638408a78ab 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)get_addrs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: get_addrs.c,v 1.3 1998/01/14 07:21:02 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 1d303e8dd031..28e0985ac041 100644 --- a/usr.bin/talk/get_iface.c +++ b/usr.bin/talk/get_iface.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: get_iface.c,v 1.5 1998/01/14 07:21:03 charnier Exp $"; + "$Id: get_iface.c,v 1.6 1998/02/15 04:15:47 jb Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 762f4ff83700..e51ece2d74f0 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: get_names.c,v 1.5 1998/01/14 07:21:05 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index c5cd612a474d..ae943b9b4eb8 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: init_disp.c,v 1.9 1998/01/14 07:21:07 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index a788d43bd00d..f15ae627a1c0 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: invite.c,v 1.5 1998/01/14 07:21:09 charnier Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index fc3dc5494681..fc87eb5cd072 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: io.c,v 1.6 1998/01/14 07:21:10 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index fad2e391d2ae..1c1cf6333687 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: look_up.c,v 1.4 1998/01/14 07:21:11 charnier Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index ea9560887689..e36d7a519c92 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: msgs.c,v 1.4 1998/01/14 07:21:12 charnier Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 09b6c753f1ea..630957964029 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: talk.c,v 1.6 1998/01/14 07:21:14 charnier Exp $"; #endif /* not lint */ #include "talk.h" |
