diff options
Diffstat (limited to 'usr.bin/find/getdate.y')
-rw-r--r-- | usr.bin/find/getdate.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index de7750c88ff54..7698b2d84a952 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -13,7 +13,7 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/find/getdate.y,v 1.4.14.1 2010/12/21 17:10:29 kensmith Exp $"); #include <stdio.h> #include <ctype.h> |