diff options
Diffstat (limited to 'gnu/usr.bin/as/hex-value.c')
-rw-r--r-- | gnu/usr.bin/as/hex-value.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/as/hex-value.c b/gnu/usr.bin/as/hex-value.c index 432aa02..9b52e88 100644 --- a/gnu/usr.bin/as/hex-value.c +++ b/gnu/usr.bin/as/hex-value.c @@ -23,7 +23,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: hex-value.c,v 1.2 1993/11/03 00:51:47 paul Exp $"; +static char rcsid[] = "$FreeBSD$"; #endif #define __ (42) /* blatently illegal digit value */ |