aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2013-01-20 03:42:49 +0000
committerNeel Natu <neel@FreeBSD.org>2013-01-20 03:42:49 +0000
commit912a3e678a35205bd229b216ed82a5288d9c65d2 (patch)
treec206bcb71fc2f453832576989a74921ff29fd469
parent6c71f243450af156d01e67984c8b0eb52653a005 (diff)
downloadsrc-912a3e678a35205bd229b216ed82a5288d9c65d2.tar.gz
src-912a3e678a35205bd229b216ed82a5288d9c65d2.zip
Add svn properties to the recently merged bhyve source files.
The pre-commit hook will not allow any commits without the svn:keywords property in head.
Notes
Notes: svn path=/head/; revision=245678
-rw-r--r--sys/amd64/include/vmm.h2
-rw-r--r--sys/amd64/include/vmm_dev.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/vmm.h b/sys/amd64/include/vmm.h
index 024c30ead3ed..ec9408338ad7 100644
--- a/sys/amd64/include/vmm.h
+++ b/sys/amd64/include/vmm.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: vmm.h 482 2011-05-09 21:22:43Z grehan $
+ * $FreeBSD$
*/
#ifndef _VMM_H_
diff --git a/sys/amd64/include/vmm_dev.h b/sys/amd64/include/vmm_dev.h
index 79f893d712c2..2311673e73f1 100644
--- a/sys/amd64/include/vmm_dev.h
+++ b/sys/amd64/include/vmm_dev.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD: vmm_dev.h 482 2011-05-09 21:22:43Z grehan $
+ * $FreeBSD$
*/
#ifndef _VMM_DEV_H_