diff options
Diffstat (limited to 'sys/coda')
-rw-r--r-- | sys/coda/README | 2 | ||||
-rw-r--r-- | sys/coda/cnode.h | 2 | ||||
-rw-r--r-- | sys/coda/coda.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_fbsd.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_io.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_kernel.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_namecache.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_namecache.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_opstats.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_pioctl.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_psdev.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_psdev.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_subr.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_subr.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_venus.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_venus.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_vfsops.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_vfsops.h | 2 | ||||
-rw-r--r-- | sys/coda/coda_vnops.c | 2 | ||||
-rw-r--r-- | sys/coda/coda_vnops.h | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/sys/coda/README b/sys/coda/README index 19de799c0eac7..5cd02cddd3358 100644 --- a/sys/coda/README +++ b/sys/coda/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/sys/coda/README,v 1.3 2002/05/16 21:25:34 trhodes Exp $ Announcing the Availability of the Coda Distributed diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index 02214d2097ad2..57bf98c56d2a4 100644 --- a/sys/coda/cnode.h +++ b/sys/coda/cnode.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/cnode.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/cnode.h,v 1.14.2.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda.h b/sys/coda/coda.h index bd87a9e2836a7..7c946b94d16eb 100644 --- a/sys/coda/coda.h +++ b/sys/coda/coda.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda.h,v 1.12.2.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c index ddb6a943ee2b4..c5bd46d2a671b 100644 --- a/sys/coda/coda_fbsd.c +++ b/sys/coda/coda_fbsd.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_fbsd.c,v 1.36.2.1 2005/01/30 00:59:17 imp Exp $"); #include "vcoda.h" diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h index 1985b01a5c566..f6849f9dfddbf 100644 --- a/sys/coda/coda_io.h +++ b/sys/coda/coda_io.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_io.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_io.h,v 1.7.8.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h index fd365b8ad37df..c09eb23c1a716 100644 --- a/sys/coda/coda_kernel.h +++ b/sys/coda/coda_kernel.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_kernel.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_kernel.h,v 1.4.26.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index f8a79f5a87d1c..8893edad68a42 100644 --- a/sys/coda/coda_namecache.c +++ b/sys/coda/coda_namecache.c @@ -73,7 +73,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_namecache.c,v 1.20.4.1 2005/01/30 00:59:17 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h index 77f2cb1682550..f4c89269ed908 100644 --- a/sys/coda/coda_namecache.h +++ b/sys/coda/coda_namecache.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_namecache.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_namecache.h,v 1.9.4.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h index a8d52b3a8456a..8057ef3546ee4 100644 --- a/sys/coda/coda_opstats.h +++ b/sys/coda/coda_opstats.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_opstats.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_opstats.h,v 1.5.26.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index ea61b6429a4e6..b515fef83cd49 100644 --- a/sys/coda/coda_pioctl.h +++ b/sys/coda/coda_pioctl.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_pioctl.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_pioctl.h,v 1.7.8.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c index 37210c2b0ba43..68eee2ca577e1 100644 --- a/sys/coda/coda_psdev.c +++ b/sys/coda/coda_psdev.c @@ -49,7 +49,7 @@ /* These routines are the device entry points for Venus. */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_psdev.c,v 1.30.2.1 2005/01/30 00:59:17 imp Exp $"); extern int coda_nc_initialized; /* Set if cache has been initialized */ diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h index 5d1193ba0447f..1ee1f42bacb60 100644 --- a/sys/coda/coda_psdev.h +++ b/sys/coda/coda_psdev.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_psdev.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_psdev.h,v 1.4.2.1 2005/01/30 00:59:17 imp Exp $ * */ diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 99eb883e66d0b..a2bc20593c00d 100644 --- a/sys/coda/coda_subr.c +++ b/sys/coda/coda_subr.c @@ -52,7 +52,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_subr.c,v 1.29.2.1 2005/01/30 00:59:17 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h index 91bf1228e6ce5..594cf42dbbc3d 100644 --- a/sys/coda/coda_subr.h +++ b/sys/coda/coda_subr.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_subr.h,v 1.8.4.1 2005/01/30 00:59:18 imp Exp $ * */ diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c index a222e7deaead2..b5f68684c2445 100644 --- a/sys/coda/coda_venus.c +++ b/sys/coda/coda_venus.c @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_venus.c,v 1.21.2.1 2005/01/30 00:59:18 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h index 533ddcbf2b3ed..ed2457cbcddc6 100644 --- a/sys/coda/coda_venus.h +++ b/sys/coda/coda_venus.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_venus.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_venus.h,v 1.6.2.1 2005/01/30 00:59:18 imp Exp $ * */ diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index 345d01c760a83..4901791ca2ea2 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -41,7 +41,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_vfsops.c,v 1.51.2.1 2005/01/30 00:59:18 imp Exp $"); #include <vcoda.h> diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h index 53b55d40b2f02..ba74a81f3216e 100644 --- a/sys/coda/coda_vfsops.h +++ b/sys/coda/coda_vfsops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_vfsops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_vfsops.h,v 1.8.4.1 2005/01/30 00:59:18 imp Exp $ * */ diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index d4bb1722ac25b..67f5de1485b3a 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/coda/coda_vnops.c,v 1.53.2.1 2005/01/30 00:59:18 imp Exp $"); #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h index 8f610543968ab..c6b7196e825a1 100644 --- a/sys/coda/coda_vnops.h +++ b/sys/coda/coda_vnops.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_vnops.h,v 1.13.2.1 2005/01/30 00:59:18 imp Exp $ * */ |