diff options
author | Jim Meyering <jim@meyering.net> | 1993-10-04 21:22:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1993-10-04 21:22:19 +0000 |
commit | 5bf316d15e9fb57ef165d9a93f8342f895cd6146 (patch) | |
tree | 5402d5be3af6af47d5e9509d2ae5d3273c450db2 /lib | |
parent | 3134fad324dee63431db43cf9fc82072cb004770 (diff) | |
download | coreutils-5bf316d15e9fb57ef165d9a93f8342f895cd6146.tar.xz |
.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/getdate.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getdate.y b/lib/getdate.y index ebfb7c91a..e5cf18a16 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -119,7 +119,7 @@ static int yyerror (); #if !defined(lint) && !defined(SABER) static char RCS[] = - "$Header: /w/src/cvsroot/shellutils/lib/getdate.y,v 1.5 1993/09/08 18:23:16 meyering Exp $"; + "$Header: str2date.y,v 2.1 90/09/06 08:15:06 cronan Exp $"; #endif /* !defined(lint) && !defined(SABER) */ |