diff options
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 bddde1ba259f..dc6b2f35cf4a 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/6/93 -# $FreeBSD$ +# $FreeBSD: src/usr.bin/talk/Makefile,v 1.6.2.1 1999/08/29 15:33:16 peter Exp $ PROG= talk DPADD= ${LIBCURSES} ${LIBTERMCAP} diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index c8094b47c51d..6aa679dda336 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/ctl.c,v 1.5.2.1 1999/08/29 15:33:17 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index fa3ebad7a5c8..e8ab34f31b25 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/ctl_transact.c,v 1.4.2.1 1999/08/29 15:33:17 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 16c7605d447d..345f04d0719b 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/display.c,v 1.6.2.1 1999/08/29 15:33:18 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index 871dc9ac786b..8d9eebcf9c93 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_addrs.c,v 1.3.2.1 1999/08/29 15:33:18 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/get_iface.c b/usr.bin/talk/get_iface.c index 05a8368e6b1f..a0487d9defe5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_iface.c,v 1.6.2.1 1999/08/29 15:33:19 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 73e20a162bd9..bad583f161a5 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/get_names.c,v 1.5.2.1 1999/08/29 15:33:19 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index b752e0aa4926..59e011841da8 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/init_disp.c,v 1.9.2.1 1999/08/29 15:33:20 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index f941c8dde78d..1a7357d56029 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/invite.c,v 1.5.2.1 1999/08/29 15:33:21 peter Exp $"; #endif /* not lint */ #include <err.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 660d7430d20b..3dc7d235f9cc 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/io.c,v 1.6.2.1 1999/08/29 15:33:22 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index 3c6f3edc2765..03b39b97084a 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/look_up.c,v 1.4.2.1 1999/08/29 15:33:22 peter Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index 82c5038fc447..058ef115de83 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/msgs.c,v 1.4.2.1 1999/08/29 15:33:23 peter Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index d71d49ae2b7d..0e246d6d6c80 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[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/talk/talk.c,v 1.6.2.1 1999/08/29 15:33:23 peter Exp $"; #endif /* not lint */ #include "talk.h" |