diff options
Diffstat (limited to 'lib/libcom_err')
-rw-r--r-- | lib/libcom_err/Makefile | 2 | ||||
-rw-r--r-- | lib/libcom_err/com_err.3 | 2 | ||||
-rw-r--r-- | lib/libcom_err/com_err.c | 2 | ||||
-rw-r--r-- | lib/libcom_err/doc/Makefile | 2 | ||||
-rw-r--r-- | lib/libcom_err/doc/com_err.texinfo | 2 | ||||
-rw-r--r-- | lib/libcom_err/error_message.c | 4 | ||||
-rw-r--r-- | lib/libcom_err/et_name.c | 2 | ||||
-rw-r--r-- | lib/libcom_err/init_et.c | 4 |
8 files changed, 10 insertions, 10 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 85df262de725..59b1bdf93bbb 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libcom_err/Makefile,v 1.8.2.1 1999/08/29 14:56:19 peter Exp $ LIB= com_err SRCS= com_err.c error_message.c et_name.c init_et.c diff --git a/lib/libcom_err/com_err.3 b/lib/libcom_err/com_err.3 index e6eeea13b852..7327a3daf20f 100644 --- a/lib/libcom_err/com_err.3 +++ b/lib/libcom_err/com_err.3 @@ -1,7 +1,7 @@ .\" Copyright (c) 1988 Massachusetts Institute of Technology, .\" Student Information Processing Board. All rights reserved. .\" -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libcom_err/com_err.3,v 1.1.1.1.8.1 1999/08/29 14:56:19 peter Exp $ .\" .TH COM_ERR 3 "22 Nov 1988" SIPB .SH NAME diff --git a/lib/libcom_err/com_err.c b/lib/libcom_err/com_err.c index 04000e369511..46a93e13a394 100644 --- a/lib/libcom_err/com_err.c +++ b/lib/libcom_err/com_err.c @@ -15,7 +15,7 @@ #if ! lint static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libcom_err/com_err.c,v 1.4.2.1 1999/08/29 14:56:20 peter Exp $"; #endif /* ! lint */ static void diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile index 4c3c0bb0c744..22ed3514b1d8 100644 --- a/lib/libcom_err/doc/Makefile +++ b/lib/libcom_err/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: src/lib/libcom_err/doc/Makefile,v 1.7.2.1 1999/08/29 14:56:22 peter Exp $ INFO= com_err INFOSECTION= "Programming & development tools." diff --git a/lib/libcom_err/doc/com_err.texinfo b/lib/libcom_err/doc/com_err.texinfo index 21b5b3652d13..3482949d5b80 100644 --- a/lib/libcom_err/doc/com_err.texinfo +++ b/lib/libcom_err/doc/com_err.texinfo @@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@c $FreeBSD$ +@c $FreeBSD: src/lib/libcom_err/doc/com_err.texinfo,v 1.2.2.1 1999/08/29 14:56:23 peter Exp $ @c $Source: /home/ncvs/src/lib/libcom_err/doc/com_err.texinfo,v $ @c Note that although this source file is in texinfo format (more diff --git a/lib/libcom_err/error_message.c b/lib/libcom_err/error_message.c index 1efe21c5b329..f59cea4536d7 100644 --- a/lib/libcom_err/error_message.c +++ b/lib/libcom_err/error_message.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libcom_err/error_message.c,v 1.2.4.1 1999/08/29 14:56:20 peter Exp $ * $Source: /home/ncvs/src/lib/libcom_err/error_message.c,v $ * $Locker: $ * @@ -16,7 +16,7 @@ #include "internal.h" static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libcom_err/error_message.c,v 1.2.4.1 1999/08/29 14:56:20 peter Exp $"; static const char copyright[] = "Copyright 1986, 1987, 1988 by the Student Information Processing Board\nand the department of Information Systems\nof the Massachusetts Institute of Technology"; diff --git a/lib/libcom_err/et_name.c b/lib/libcom_err/et_name.c index cd711f027f5d..6a8e41cf2516 100644 --- a/lib/libcom_err/et_name.c +++ b/lib/libcom_err/et_name.c @@ -12,7 +12,7 @@ static const char copyright[] = "Copyright 1987,1988 by Student Information Processing Board, Massachusetts Institute of Technology"; static const char rcsid_et_name_c[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libcom_err/et_name.c,v 1.1.1.1.8.1 1999/08/29 14:56:21 peter Exp $"; #endif static const char char_set[] = diff --git a/lib/libcom_err/init_et.c b/lib/libcom_err/init_et.c index 0d8ba1013f17..ab273be6d317 100644 --- a/lib/libcom_err/init_et.c +++ b/lib/libcom_err/init_et.c @@ -1,5 +1,5 @@ /* - * $FreeBSD$ + * $FreeBSD: src/lib/libcom_err/init_et.c,v 1.2.2.1 1999/08/29 14:56:21 peter Exp $ * $Source: /home/ncvs/src/lib/libcom_err/init_et.c,v $ * $Locker: $ * @@ -20,7 +20,7 @@ #ifndef lint static const char rcsid_init_et_c[] = - "$FreeBSD$"; + "$FreeBSD: src/lib/libcom_err/init_et.c,v 1.2.2.1 1999/08/29 14:56:21 peter Exp $"; #endif struct foobar { |