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 9b52e88..342f5ee 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[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #endif #define __ (42) /* blatently illegal digit value */ |