summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2015-12-12 21:07:46 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2015-12-12 21:07:46 +0000
commitb3ecd9a064459f89d2cb63c8305383848153c6df (patch)
tree040d606cce90619f8e820fbe5b4d6fb8f7a9cd02 /sys
parent96a58c0917f3635ba7e69494512ff45a6231d463 (diff)
Add OpenBSD CVS/RCS Ids.
mikeb@ doesn't like the Ids, "somebody else has to add them".
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pv/xen.c2
-rw-r--r--sys/dev/pv/xenreg.h2
-rw-r--r--sys/dev/pv/xenstore.c2
-rw-r--r--sys/dev/pv/xenvar.h2
4 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/pv/xen.c b/sys/dev/pv/xen.c
index bf35651fe3a..712a2671aac 100644
--- a/sys/dev/pv/xen.c
+++ b/sys/dev/pv/xen.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xen.c,v 1.14 2015/12/12 21:07:45 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Belopuhov
*
diff --git a/sys/dev/pv/xenreg.h b/sys/dev/pv/xenreg.h
index 2ad409c79c7..d3a694f3aa8 100644
--- a/sys/dev/pv/xenreg.h
+++ b/sys/dev/pv/xenreg.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: xenreg.h,v 1.5 2015/12/12 21:07:45 reyk Exp $ */
+
/*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
diff --git a/sys/dev/pv/xenstore.c b/sys/dev/pv/xenstore.c
index 07f28c556ad..89d7c006150 100644
--- a/sys/dev/pv/xenstore.c
+++ b/sys/dev/pv/xenstore.c
@@ -1,3 +1,5 @@
+/* $OpenBSD: xenstore.c,v 1.7 2015/12/12 21:07:45 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Belopuhov
*
diff --git a/sys/dev/pv/xenvar.h b/sys/dev/pv/xenvar.h
index 8eb57df1364..2f1ff1e65d9 100644
--- a/sys/dev/pv/xenvar.h
+++ b/sys/dev/pv/xenvar.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: xenvar.h,v 1.12 2015/12/12 21:07:45 reyk Exp $ */
+
/*
* Copyright (c) 2015 Mike Belopuhov
*