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/extern.h | 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 | 
8 files changed, 8 insertions, 8 deletions
| diff --git a/libexec/talkd/Makefile b/libexec/talkd/Makefile index aa6df1bb9b67..6c629ed8f406 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.9 2002/02/04 02:33:51 kris 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 ca64541d80ed..841822b605c0 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.16 2003/04/03 05:13:27 jmallett Exp $";  #endif /* not lint */  #include <sys/types.h> diff --git a/libexec/talkd/extern.h b/libexec/talkd/extern.h index cb231a95d134..3b7323643768 100644 --- a/libexec/talkd/extern.h +++ b/libexec/talkd/extern.h @@ -22,7 +22,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - * $FreeBSD$ + * $FreeBSD: src/libexec/talkd/extern.h,v 1.3 2003/04/03 05:13:27 jmallett Exp $   */  int	announce(CTL_MSG *, const char *); diff --git a/libexec/talkd/print.c b/libexec/talkd/print.c index 6c39d8da72cc..9fe04759e10c 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.12 2003/04/03 05:13:27 jmallett Exp $";  #endif /* not lint */  /* debug print routines */ diff --git a/libexec/talkd/process.c b/libexec/talkd/process.c index fb09300fc550..5aa28c8e0731 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.10 2002/02/05 21:06:56 imp Exp $";  #endif /* not lint */  /* diff --git a/libexec/talkd/table.c b/libexec/talkd/table.c index 001e7d41db7a..31aa498037aa 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.9 2003/04/03 05:13:27 jmallett Exp $";  #endif /* not lint */  /* diff --git a/libexec/talkd/talkd.8 b/libexec/talkd/talkd.8 index b1944b7b5600..c2ab04c4ffcb 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.7 2003/09/08 19:57:18 ru Exp $  .\"  .Dd December 11, 1993  .Dt TALKD 8 diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index e81cec6eb74d..8712cb888322 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.17 2004/06/14 22:44:13 bms Exp $";  #endif /* not lint */  /* | 
