diff options
Diffstat (limited to 'gnu/usr.bin/as/write.c')
-rw-r--r-- | gnu/usr.bin/as/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/write.c b/gnu/usr.bin/as/write.c index 835383e933ef0..6930a41565103 100644 --- a/gnu/usr.bin/as/write.c +++ b/gnu/usr.bin/as/write.c @@ -21,7 +21,7 @@ /* This thing should be set up to do byteordering correctly. But... */ #ifndef lint -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/gnu/usr.bin/as/write.c,v 1.11 1999/08/27 23:34:23 peter Exp $"; #endif #include "as.h" |