diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-27 07:57:33 +0000 |
| commit | 90928716548537e93f54266e33cb4a3353fd3932 (patch) | |
| tree | 37675d5349af34454f2e21880134fb82d6854793 /sys/coda | |
| parent | c6085d40c17b76abbaa35c8c53f14904021df451 (diff) | |
Diffstat (limited to 'sys/coda')
| -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 |
19 files changed, 19 insertions, 19 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h index 75d29acc22ed..9b1ec5969385 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.7 1999/08/28 00:40:52 peter Exp $ * */ diff --git a/sys/coda/coda.h b/sys/coda/coda.h index 2e59cfcf7d21..e1cce1ce9b4b 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.9 1999/12/29 04:54:30 peter Exp $ * */ diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c index f7143bdfe298..d576e276a1a0 100644 --- a/sys/coda/coda_fbsd.c +++ b/sys/coda/coda_fbsd.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_fbsd.cr,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_fbsd.c,v 1.18 1999/09/25 18:23:43 phk Exp $ * */ diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h index 6620f4f0c32e..1352959cd109 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.6 1999/08/28 00:40:53 peter Exp $ * */ diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h index cc0fd957f81c..870c00599de2 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 1999/08/28 00:40:53 peter Exp $ * */ diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index 23425b5a13dd..f4ad039679f1 100644 --- a/sys/coda/coda_namecache.c +++ b/sys/coda/coda_namecache.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_namecache.c,v 1.10 1999/08/28 00:40:53 peter Exp $ * */ diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h index 11f2e80b12b2..58c07bce02a5 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.6 1999/08/28 00:40:53 peter Exp $ * */ diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h index 8661a07ebfa0..77506fa76b06 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 1999/08/28 00:40:54 peter Exp $ * */ diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index 2c2577ce57ee..9ef14515e45e 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.6 1999/08/28 00:40:55 peter Exp $ * */ diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c index 4cd559da1558..e3cb6b252fdd 100644 --- a/sys/coda/coda_psdev.c +++ b/sys/coda/coda_psdev.c @@ -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.c,v 1.13 1999/09/29 15:03:46 marcel Exp $ * */ diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h index c6276f3e710c..10f871a2d068 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.2 1999/08/28 00:40:55 peter Exp $ * */ diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 150f9f1c4ec6..96063f70eb3f 100644 --- a/sys/coda/coda_subr.c +++ b/sys/coda/coda_subr.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_subr.c,v 1.11.2.1 2001/10/25 19:18:51 dillon Exp $ * */ diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h index 71c8a3de3812..b7479ae2aba0 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.7 1999/08/28 00:40:56 peter Exp $ * */ diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c index f27357498d45..2ec994823d12 100644 --- a/sys/coda/coda_venus.c +++ b/sys/coda/coda_venus.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_venus.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_venus.c,v 1.9 1999/08/28 00:40:56 peter Exp $ * */ diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h index 392a73f07114..e893ea63adee 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.4 1999/08/28 00:40:56 peter Exp $ * */ diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c index b0c975ab2a77..0d8424b12099 100644 --- a/sys/coda/coda_vfsops.c +++ b/sys/coda/coda_vfsops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/coda_vfsops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_vfsops.c,v 1.24.2.1 2001/07/26 20:36:45 iedowse Exp $ * */ diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h index 13a006d1b1c7..afc7440c4560 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.4 1999/08/28 00:40:57 peter Exp $ * */ diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index e94790f89428..e7e529f9353e 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $FreeBSD$ + * $FreeBSD: src/sys/coda/coda_vnops.c,v 1.22.2.1 2001/06/29 16:26:22 shafeeq Exp $ * */ diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h index 0fb598582d75..8a9daf97f595 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.6 1999/08/28 00:40:58 peter Exp $ * */ |
