summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstForEach.c
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-10-09 02:00:22 +0000
committerjmallett <jmallett@FreeBSD.org>2002-10-09 02:00:22 +0000
commit03d461282bdbbe2384e949089d84ae6a3821e7ca (patch)
tree46ea05eda023e2c6a4c8c47d6f23f6ba083cdaa3 /usr.bin/make/lst.lib/lstForEach.c
parentcc747c11c5444d874bc9a548ddb8dbcfba2e483e (diff)
downloadFreeBSD-src-03d461282bdbbe2384e949089d84ae6a3821e7ca.zip
FreeBSD-src-03d461282bdbbe2384e949089d84ae6a3821e7ca.tar.gz
Use __FBSDID in the lst.lib files, to match to main make(1) files. It is
defined to __RCSID when bootstrapping, by the Makefile, but this change is for consistency
Diffstat (limited to 'usr.bin/make/lst.lib/lstForEach.c')
-rw-r--r--usr.bin/make/lst.lib/lstForEach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c
index 0971b75..2df3f9f 100644
--- a/usr.bin/make/lst.lib/lstForEach.c
+++ b/usr.bin/make/lst.lib/lstForEach.c
@@ -38,7 +38,7 @@
#ifndef lint
#include <sys/cdefs.h>
-__RCSID("$FreeBSD$");
+__FBSDID("$FreeBSD$");
#endif /* not lint */
/*-
OpenPOWER on IntegriCloud