diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 15:48:31 +0000 |
commit | 245ba20d12ed60e7b9d9a49bb54409be53d8ec0f (patch) | |
tree | 25f4ec424ec1c7a9e0bfde8b69e88a765dec1ddd /gnu/usr.bin/as/listing.c | |
parent | 6bdaa5c8024401e41377a4d5fe84d9dfc88ca081 (diff) | |
download | FreeBSD-src-245ba20d12ed60e7b9d9a49bb54409be53d8ec0f.zip FreeBSD-src-245ba20d12ed60e7b9d9a49bb54409be53d8ec0f.tar.gz |
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'gnu/usr.bin/as/listing.c')
-rw-r--r-- | gnu/usr.bin/as/listing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/listing.c b/gnu/usr.bin/as/listing.c index 87da713..8cfba4b 100644 --- a/gnu/usr.bin/as/listing.c +++ b/gnu/usr.bin/as/listing.c @@ -92,7 +92,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #include <ctype.h> |