diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-26 05:44:45 +0000 |
commit | f78c2ff8497d138d7dcd5ffdd1762b8506ac023a (patch) | |
tree | d866f71b8ad5a1e57f31fa90b31e9c70af075787 /usr.bin/talk | |
parent | 79e97129ab796ff93029b3a8d0d89519754bfece (diff) |
rcsid
Diffstat (limited to 'usr.bin/talk')
-rw-r--r-- | usr.bin/talk/Makefile | 2 | ||||
-rw-r--r-- | usr.bin/talk/ctl.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/ctl_transact.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/display.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/get_addrs.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/get_names.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/init_disp.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/invite.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/io.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/look_up.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/msgs.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/talk.1 | 1 | ||||
-rw-r--r-- | usr.bin/talk/talk.c | 3 | ||||
-rw-r--r-- | usr.bin/talk/talk.h | 1 | ||||
-rw-r--r-- | usr.bin/talk/talk_ctl.h | 1 |
15 files changed, 26 insertions, 12 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index 3a28ecb382f..117b5606194 100644 --- a/usr.bin/talk/Makefile +++ b/usr.bin/talk/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.3 1996/06/26 05:40:19 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1994/12/09 02:14:09 jtc Exp $ -# @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= talk DPADD= ${LIBCURSES} ${LIBTERMLIB} ${LIBCOMPAT} diff --git a/usr.bin/talk/ctl.c b/usr.bin/talk/ctl.c index de86bf04fa5..fcfb2c2a0d9 100644 --- a/usr.bin/talk/ctl.c +++ b/usr.bin/talk/ctl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ctl.c,v 1.2 1996/06/26 05:40:20 deraadt Exp $ */ /* $NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ctl.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: ctl.c,v 1.3 1994/12/09 02:14:10 jtc Exp $"; +static char rcsid[] = "$OpenBSD: ctl.c,v 1.2 1996/06/26 05:40:20 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c index e3b7cae55b1..6648b461d43 100644 --- a/usr.bin/talk/ctl_transact.c +++ b/usr.bin/talk/ctl_transact.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ctl_transact.c,v 1.3 1996/06/26 05:40:20 deraadt Exp $ */ /* $NetBSD: ctl_transact.c,v 1.3 1994/12/09 02:14:12 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: ctl_transact.c,v 1.3 1994/12/09 02:14:12 jtc Exp $"; +static char rcsid[] = "$OpenBSD: ctl_transact.c,v 1.3 1996/06/26 05:40:20 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/display.c b/usr.bin/talk/display.c index 0434685199b..427f65b41e3 100644 --- a/usr.bin/talk/display.c +++ b/usr.bin/talk/display.c @@ -1,3 +1,4 @@ +/* $OpenBSD: display.c,v 1.2 1996/06/26 05:40:21 deraadt Exp $ */ /* $NetBSD: display.c,v 1.3 1994/12/09 02:14:13 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: display.c,v 1.3 1994/12/09 02:14:13 jtc Exp $"; +static char rcsid[] = "$OpenBSD: display.c,v 1.2 1996/06/26 05:40:21 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/get_addrs.c b/usr.bin/talk/get_addrs.c index e65e88a5209..1167cb12df2 100644 --- a/usr.bin/talk/get_addrs.c +++ b/usr.bin/talk/get_addrs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: get_addrs.c,v 1.2 1996/06/26 05:40:21 deraadt Exp $ */ /* $NetBSD: get_addrs.c,v 1.3 1994/12/09 02:14:14 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)get_addrs.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: get_addrs.c,v 1.3 1994/12/09 02:14:14 jtc Exp $"; +static char rcsid[] = "$OpenBSD: get_addrs.c,v 1.2 1996/06/26 05:40:21 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c index 0d7a21ac1c9..6a1ec23ae05 100644 --- a/usr.bin/talk/get_names.c +++ b/usr.bin/talk/get_names.c @@ -1,3 +1,4 @@ +/* $OpenBSD: get_names.c,v 1.2 1996/06/26 05:40:22 deraadt Exp $ */ /* $NetBSD: get_names.c,v 1.4 1994/12/09 02:14:16 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: get_names.c,v 1.4 1994/12/09 02:14:16 jtc Exp $"; +static char rcsid[] = "$OpenBSD: get_names.c,v 1.2 1996/06/26 05:40:22 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index bd2f12173da..f10f2a3a546 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: init_disp.c,v 1.3 1996/06/26 05:40:22 deraadt Exp $ */ /* $NetBSD: init_disp.c,v 1.6 1994/12/09 02:14:17 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #endif -static char rcsid[] = "$NetBSD: init_disp.c,v 1.6 1994/12/09 02:14:17 jtc Exp $"; +static char rcsid[] = "$OpenBSD: init_disp.c,v 1.3 1996/06/26 05:40:22 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c index 20e835805d4..db0bc5427e6 100644 --- a/usr.bin/talk/invite.c +++ b/usr.bin/talk/invite.c @@ -1,3 +1,4 @@ +/* $OpenBSD: invite.c,v 1.3 1996/06/26 05:40:23 deraadt Exp $ */ /* $NetBSD: invite.c,v 1.3 1994/12/09 02:14:18 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)invite.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: invite.c,v 1.3 1994/12/09 02:14:18 jtc Exp $"; +static char rcsid[] = "$OpenBSD: invite.c,v 1.3 1996/06/26 05:40:23 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/io.c b/usr.bin/talk/io.c index 6e6f1b62f5e..a39c34d4bd8 100644 --- a/usr.bin/talk/io.c +++ b/usr.bin/talk/io.c @@ -1,3 +1,4 @@ +/* $OpenBSD: io.c,v 1.3 1996/06/26 05:40:23 deraadt Exp $ */ /* $NetBSD: io.c,v 1.4 1994/12/09 02:14:20 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: io.c,v 1.4 1994/12/09 02:14:20 jtc Exp $"; +static char rcsid[] = "$OpenBSD: io.c,v 1.3 1996/06/26 05:40:23 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/look_up.c b/usr.bin/talk/look_up.c index ab2b7e9ef15..d1c06d227da 100644 --- a/usr.bin/talk/look_up.c +++ b/usr.bin/talk/look_up.c @@ -1,3 +1,4 @@ +/* $OpenBSD: look_up.c,v 1.3 1996/06/26 05:40:24 deraadt Exp $ */ /* $NetBSD: look_up.c,v 1.3 1994/12/09 02:14:21 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)look_up.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: look_up.c,v 1.3 1994/12/09 02:14:21 jtc Exp $"; +static char rcsid[] = "$OpenBSD: look_up.c,v 1.3 1996/06/26 05:40:24 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> diff --git a/usr.bin/talk/msgs.c b/usr.bin/talk/msgs.c index c6799c651fa..ba8b141e47f 100644 --- a/usr.bin/talk/msgs.c +++ b/usr.bin/talk/msgs.c @@ -1,3 +1,4 @@ +/* $OpenBSD: msgs.c,v 1.2 1996/06/26 05:40:25 deraadt Exp $ */ /* $NetBSD: msgs.c,v 1.3 1994/12/09 02:14:22 jtc Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)msgs.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: msgs.c,v 1.3 1994/12/09 02:14:22 jtc Exp $"; +static char rcsid[] = "$OpenBSD: msgs.c,v 1.2 1996/06/26 05:40:25 deraadt Exp $"; #endif /* not lint */ /* diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1 index 820766b13f2..e197d4462b7 100644 --- a/usr.bin/talk/talk.1 +++ b/usr.bin/talk/talk.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: talk.1,v 1.2 1996/06/26 05:40:25 deraadt Exp $ .\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 diff --git a/usr.bin/talk/talk.c b/usr.bin/talk/talk.c index 64ed6b465b8..4e0839d2ec2 100644 --- a/usr.bin/talk/talk.c +++ b/usr.bin/talk/talk.c @@ -1,3 +1,4 @@ +/* $OpenBSD: talk.c,v 1.2 1996/06/26 05:40:26 deraadt Exp $ */ /* $NetBSD: talk.c,v 1.3 1994/12/09 02:14:25 jtc Exp $ */ /* @@ -43,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)talk.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$NetBSD: talk.c,v 1.3 1994/12/09 02:14:25 jtc Exp $"; +static char rcsid[] = "$OpenBSD: talk.c,v 1.2 1996/06/26 05:40:26 deraadt Exp $"; #endif /* not lint */ #include "talk.h" diff --git a/usr.bin/talk/talk.h b/usr.bin/talk/talk.h index ac5230022de..99ef7e28e7c 100644 --- a/usr.bin/talk/talk.h +++ b/usr.bin/talk/talk.h @@ -1,3 +1,4 @@ +/* $OpenBSD: talk.h,v 1.2 1996/06/26 05:40:26 deraadt Exp $ */ /* $NetBSD: talk.h,v 1.3 1994/12/09 02:14:27 jtc Exp $ */ /* diff --git a/usr.bin/talk/talk_ctl.h b/usr.bin/talk/talk_ctl.h index 2e2550a18ad..c7ed3efcff6 100644 --- a/usr.bin/talk/talk_ctl.h +++ b/usr.bin/talk/talk_ctl.h @@ -1,3 +1,4 @@ +/* $OpenBSD: talk_ctl.h,v 1.2 1996/06/26 05:40:27 deraadt Exp $ */ /* $NetBSD: talk_ctl.h,v 1.3 1994/12/09 02:14:28 jtc Exp $ */ /* |