diff options
author | peter <peter@FreeBSD.org> | 1999-09-06 07:33:51 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-06 07:33:51 +0000 |
commit | f7fdcd93d44135fec35eb3385129f217db0f649b (patch) | |
tree | 66ef87023ad073a0f7da1ac899257c36726d7b29 /gnu | |
parent | 73b5a006db2b9974122e7fe3a599d66094c43bed (diff) | |
download | FreeBSD-src-f7fdcd93d44135fec35eb3385129f217db0f649b.zip FreeBSD-src-f7fdcd93d44135fec35eb3385129f217db0f649b.tar.gz |
$Revision$ -> $FreeBSD$
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/as/version.c | 2 | ||||
-rw-r--r-- | gnu/usr.bin/tar/getdate.y | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/version.c b/gnu/usr.bin/as/version.c index 3686791..95e747e 100644 --- a/gnu/usr.bin/as/version.c +++ b/gnu/usr.bin/as/version.c @@ -19,7 +19,7 @@ const static char rcsid[] = "$FreeBSD$"; #endif -char version_string[] = "GNU assembler version 1.92.3, FreeBSD $Revision: 1.6 $\n"; +char version_string[] = "GNU assembler version 1.92.3,\n$FreeBSD$\n"; #ifdef HO_VMS dummy3() diff --git a/gnu/usr.bin/tar/getdate.y b/gnu/usr.bin/tar/getdate.y index c9d5421..b1632f4 100644 --- a/gnu/usr.bin/tar/getdate.y +++ b/gnu/usr.bin/tar/getdate.y @@ -1,5 +1,5 @@ %{ -/* $Revision: 1.5 $ +/* $FreeBSD$ ** ** Originally written by Steven M. Bellovin <smb@research.att.com> while ** at the University of North Carolina at Chapel Hill. Later tweaked by |