diff options
Diffstat (limited to 'sys/xen/xenbus')
-rw-r--r-- | sys/xen/xenbus/xenbus_client.c | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_comms.c | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_comms.h | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_dev.c | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_if.m | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_probe.c | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_probe_backend.c | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbus_xs.c | 2 | ||||
-rw-r--r-- | sys/xen/xenbus/xenbusvar.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/xen/xenbus/xenbus_client.c b/sys/xen/xenbus/xenbus_client.c index 740d66409e14..ec8fd7bd8016 100644 --- a/sys/xen/xenbus/xenbus_client.c +++ b/sys/xen/xenbus/xenbus_client.c @@ -36,7 +36,7 @@ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/xenbus/xenbus_client.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/cdefs.h> #include <sys/types.h> diff --git a/sys/xen/xenbus/xenbus_comms.c b/sys/xen/xenbus/xenbus_comms.c index 2f0395517921..8780a3d7209e 100644 --- a/sys/xen/xenbus/xenbus_comms.c +++ b/sys/xen/xenbus/xenbus_comms.c @@ -29,7 +29,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/xenbus/xenbus_comms.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/xen/xenbus/xenbus_comms.h b/sys/xen/xenbus/xenbus_comms.h index fa4733109d99..e3ba00450b9f 100644 --- a/sys/xen/xenbus/xenbus_comms.h +++ b/sys/xen/xenbus/xenbus_comms.h @@ -24,7 +24,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/xen/xenbus/xenbus_comms.h,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _XENBUS_COMMS_H diff --git a/sys/xen/xenbus/xenbus_dev.c b/sys/xen/xenbus/xenbus_dev.c index ac3f103e1fae..0045e5a6dc42 100644 --- a/sys/xen/xenbus/xenbus_dev.c +++ b/sys/xen/xenbus/xenbus_dev.c @@ -31,7 +31,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/xenbus/xenbus_dev.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/cdefs.h> diff --git a/sys/xen/xenbus/xenbus_if.m b/sys/xen/xenbus/xenbus_if.m index 018a2bbf43b9..3a61ae310236 100644 --- a/sys/xen/xenbus/xenbus_if.m +++ b/sys/xen/xenbus/xenbus_if.m @@ -23,7 +23,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $FreeBSD$ +# $FreeBSD: src/sys/xen/xenbus/xenbus_if.m,v 1.1.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ # #include <sys/bus.h> diff --git a/sys/xen/xenbus/xenbus_probe.c b/sys/xen/xenbus/xenbus_probe.c index f04f8eca4638..4d5b273aec02 100644 --- a/sys/xen/xenbus/xenbus_probe.c +++ b/sys/xen/xenbus/xenbus_probe.c @@ -36,7 +36,7 @@ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/xenbus/xenbus_probe.c,v 1.8.2.2.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/bus.h> diff --git a/sys/xen/xenbus/xenbus_probe_backend.c b/sys/xen/xenbus/xenbus_probe_backend.c index 20cc49f82293..d6654501e537 100644 --- a/sys/xen/xenbus/xenbus_probe_backend.c +++ b/sys/xen/xenbus/xenbus_probe_backend.c @@ -37,7 +37,7 @@ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/xenbus/xenbus_probe_backend.c,v 1.5.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/types.h> diff --git a/sys/xen/xenbus/xenbus_xs.c b/sys/xen/xenbus/xenbus_xs.c index 93122553e0cf..47edffb63c87 100644 --- a/sys/xen/xenbus/xenbus_xs.c +++ b/sys/xen/xenbus/xenbus_xs.c @@ -30,7 +30,7 @@ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/xen/xenbus/xenbus_xs.c,v 1.10.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $"); #include <sys/param.h> #include <sys/uio.h> diff --git a/sys/xen/xenbus/xenbusvar.h b/sys/xen/xenbus/xenbusvar.h index 651166421eab..b610f6ab9e61 100644 --- a/sys/xen/xenbus/xenbusvar.h +++ b/sys/xen/xenbus/xenbusvar.h @@ -27,7 +27,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. * - * $FreeBSD$ + * $FreeBSD: src/sys/xen/xenbus/xenbusvar.h,v 1.2.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $ */ #ifndef _XEN_XENBUS_XENBUSVAR_H |