diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-03-20 08:47:53 +0000 |
| commit | 7e6cd705f344de2f9f08475a0fa2ef9191f88dd0 (patch) | |
| tree | 3ce9d5458d0d6e880d50e1e1f1e1ed7521a35ad1 /gnu/usr.bin/tar/getdate.y | |
| parent | 172a0f0d163415e05ea07968167b11145975a6cb (diff) | |
Diffstat (limited to 'gnu/usr.bin/tar/getdate.y')
| -rw-r--r-- | gnu/usr.bin/tar/getdate.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/getdate.y b/gnu/usr.bin/tar/getdate.y index b1632f4b5fde..1b0d36e13709 100644 --- a/gnu/usr.bin/tar/getdate.y +++ b/gnu/usr.bin/tar/getdate.y @@ -1,5 +1,5 @@ %{ -/* $FreeBSD$ +/* $FreeBSD: src/gnu/usr.bin/tar/getdate.y,v 1.7 1999/09/06 07:31:07 peter Exp $ ** ** Originally written by Steven M. Bellovin <smb@research.att.com> while ** at the University of North Carolina at Chapel Hill. Later tweaked by @@ -98,7 +98,7 @@ extern struct tm *localtime(); #if !defined(lint) && !defined(SABER) static char RCS[] = - "$FreeBSD$"; + "$FreeBSD: src/gnu/usr.bin/tar/getdate.y,v 1.7 1999/09/06 07:31:07 peter Exp $"; #endif /* !defined(lint) && !defined(SABER) */ |
