diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-13 10:17:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-13 10:17:18 +0000 |
commit | f8ef670650dae95019a7862cac03ea1fd82f4043 (patch) | |
tree | fbc07252369c4072f73c455238540013739d17a4 /usr.bin/make/compat.c | |
parent | 4d94ee39e68fce6f6387a3cfc3b8ef91a146d899 (diff) | |
download | FreeBSD-src-f8ef670650dae95019a7862cac03ea1fd82f4043.zip FreeBSD-src-f8ef670650dae95019a7862cac03ea1fd82f4043.tar.gz |
Update SCM ID method.
Diffstat (limited to 'usr.bin/make/compat.c')
-rw-r--r-- | usr.bin/make/compat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 3cc4858..788f8b0 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -38,10 +38,8 @@ * @(#)compat.c 8.2 (Berkeley) 3/19/94 */ -#ifndef lint #include <sys/cdefs.h> -__RCSID("$FreeBSD$"); -#endif /* not lint */ +__FBSDID("$FreeBSD$"); /*- * compat.c -- |