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 b4b15c444e57f..eba2f9a2aded9 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.3 2003/06/14 13:00:21 markm Exp $"); #include <stdio.h> #include <ctype.h> |