From 6b08958c64bd274652d33b6f406630fcb201cd3d Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 22 Feb 1997 15:12:41 +0000 Subject: Revert $FreeBSD$ to $Id$ --- lib/libcom_err/Makefile | 2 +- lib/libcom_err/com_err.c | 2 +- lib/libcom_err/doc/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcom_err') 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." -- cgit v1.1