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