diff options
Diffstat (limited to 'sys/dev/xen/xenpci/xenpci.c')
-rw-r--r-- | sys/dev/xen/xenpci/xenpci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index 2f2a79fff21d..75283e3a122a 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -25,7 +25,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/xen/xenpci/xenpci.c,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> |