diff options
Diffstat (limited to 'sys/i386/bios/vpd.c')
-rw-r--r-- | sys/i386/bios/vpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/bios/vpd.c b/sys/i386/bios/vpd.c index 246b76d35702c..c281df1d25ef4 100644 --- a/sys/i386/bios/vpd.c +++ b/sys/i386/bios/vpd.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/i386/bios/vpd.c,v 1.6 2007/03/20 20:21:44 jhb Exp $"); /* * VPD decoder for IBM systems (Thinkpads) |