diff options
Diffstat (limited to 'usr.bin/make/str.c')
-rw-r--r-- | usr.bin/make/str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 81bb7a375617..4faad9f2fade 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -39,7 +39,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/make/str.c,v 1.45.2.1.6.1 2008/10/02 02:57:24 kensmith Exp $"); #include <ctype.h> #include <stdlib.h> |