aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-09-06 07:33:51 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-09-06 07:33:51 +0000
commitd63cfe5fafe234393a4e76dfd5cc89edc440d2b7 (patch)
tree7d6be98f99e7752262596dfb4abfe326ea10544b /gnu
parent6364229cbbc0fc6b8538e7afc7cf4ee63726d5fa (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/as/version.c2
-rw-r--r--gnu/usr.bin/tar/getdate.y2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/as/version.c b/gnu/usr.bin/as/version.c
index 36867911d5bd0..95e747e013418 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 c9d5421b6d622..b1632f4b5fde6 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