diff options
Diffstat (limited to 'gnu/usr.bin/gdb/gdbserver/reg-i386.c')
-rw-r--r-- | gnu/usr.bin/gdb/gdbserver/reg-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdbserver/reg-i386.c b/gnu/usr.bin/gdb/gdbserver/reg-i386.c index 3307ea933c451..bf95ade197e93 100644 --- a/gnu/usr.bin/gdb/gdbserver/reg-i386.c +++ b/gnu/usr.bin/gdb/gdbserver/reg-i386.c @@ -3,7 +3,7 @@ /* This file was created with the aid of ``regdat.sh'' and ``../../../../contrib/gdb/gdb/regformats/reg-i386.dat''. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/gnu/usr.bin/gdb/gdbserver/reg-i386.c,v 1.1 2006/04/06 22:24:01 jmg Exp $"); #include "regdef.h" #include "regcache.h" |