diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:12:41 +0000 |
commit | 6b08958c64bd274652d33b6f406630fcb201cd3d (patch) | |
tree | 917f8907edc047db430fc69dab9b26a7bb9900aa /lib/libcom_err | |
parent | fda548cb83fcf40b601cfc7e728f768979b88264 (diff) | |
download | FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.zip FreeBSD-src-6b08958c64bd274652d33b6f406630fcb201cd3d.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'lib/libcom_err')
-rw-r--r-- | lib/libcom_err/Makefile | 2 | ||||
-rw-r--r-- | lib/libcom_err/com_err.c | 2 | ||||
-rw-r--r-- | lib/libcom_err/doc/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index a51cbf4..3112832 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ LIB= com_err SRCS= com_err.c error_message.c et_name.c init_et.c diff --git a/lib/libcom_err/com_err.c b/lib/libcom_err/com_err.c index 5217db8..9da3f9a 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$"; + "$Id$"; #endif /* ! lint */ static void diff --git a/lib/libcom_err/doc/Makefile b/lib/libcom_err/doc/Makefile index c790868..e94d862 100644 --- a/lib/libcom_err/doc/Makefile +++ b/lib/libcom_err/doc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ INFO= com_err INFOSECTION= "Programming & development tools." |