diff options
Diffstat (limited to 'sys/xen/gnttab.c')
-rw-r--r-- | sys/xen/gnttab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/gnttab.c b/sys/xen/gnttab.c index 4ece182c31ac..7c3ab0a23ad7 100644 --- a/sys/xen/gnttab.c +++ b/sys/xen/gnttab.c @@ -11,7 +11,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/gnttab.c,v 1.7.2.2.2.1 2010/12/21 17:09:25 kensmith Exp $"); #include "opt_global.h" #include "opt_pmap.h" |