summaryrefslogtreecommitdiffstats
path: root/sys/coda
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
committerpeter <peter@FreeBSD.org>1999-08-28 01:08:13 +0000
commit3b842d34e82312a8004a7ecd65ccdb837ef72ac1 (patch)
tree09d2a69509b3515b773279fd0db04acc03aee4db /sys/coda
parent76f0c923fe4b2a1616453876611dc76b4f6b5355 (diff)
downloadFreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.zip
FreeBSD-src-3b842d34e82312a8004a7ecd65ccdb837ef72ac1.tar.gz
$Id$ -> $FreeBSD$
Diffstat (limited to 'sys/coda')
-rw-r--r--sys/coda/cnode.h2
-rw-r--r--sys/coda/coda.h2
-rw-r--r--sys/coda/coda_fbsd.c2
-rw-r--r--sys/coda/coda_io.h2
-rw-r--r--sys/coda/coda_kernel.h2
-rw-r--r--sys/coda/coda_namecache.c2
-rw-r--r--sys/coda/coda_namecache.h2
-rw-r--r--sys/coda/coda_opstats.h2
-rw-r--r--sys/coda/coda_pioctl.h2
-rw-r--r--sys/coda/coda_psdev.c2
-rw-r--r--sys/coda/coda_psdev.h2
-rw-r--r--sys/coda/coda_subr.c2
-rw-r--r--sys/coda/coda_subr.h2
-rw-r--r--sys/coda/coda_venus.c2
-rw-r--r--sys/coda/coda_venus.h2
-rw-r--r--sys/coda/coda_vfsops.c2
-rw-r--r--sys/coda/coda_vfsops.h2
-rw-r--r--sys/coda/coda_vnops.c2
-rw-r--r--sys/coda/coda_vnops.h2
19 files changed, 19 insertions, 19 deletions
diff --git a/sys/coda/cnode.h b/sys/coda/cnode.h
index ee4573d..75d29ac 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 $
- * $Id: cnode.h,v 1.5 1998/11/11 20:32:20 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda.h b/sys/coda/coda.h
index db2ec53..5a25bc6 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 $
- * $Id: coda.h,v 1.6 1998/11/11 20:32:20 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_fbsd.c b/sys/coda/coda_fbsd.c
index 22a5963..ea16d15 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 $
- * $Id: coda_fbsd.c,v 1.15 1999/05/31 11:24:16 phk Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_io.h b/sys/coda/coda_io.h
index e896ff0..6620f4f 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 $
- * $Id: coda_io.h,v 1.4 1998/09/13 13:57:59 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_kernel.h b/sys/coda/coda_kernel.h
index 33b372f..cc0fd95 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 $
- * $Id: coda_kernel.h,v 1.2 1998/09/02 19:09:53 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c
index 63ee9f9..23425b5 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 $
- * $Id: coda_namecache.c,v 1.8 1998/10/28 19:33:50 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h
index e473911..11f2e80 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 $
- * $Id: coda_namecache.h,v 1.4 1998/09/13 13:57:59 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_opstats.h b/sys/coda/coda_opstats.h
index e62c04d..8661a07 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 $
- * $Id: coda_opstats.h,v 1.3 1998/09/11 18:50:17 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h
index 57bc67e..2c2577c 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 $
- * $Id: coda_pioctl.h,v 1.4 1998/09/13 13:57:59 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c
index cde967f..520702b 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 $
- * $Id: coda_psdev.c,v 1.10 1999/01/17 21:04:53 peter Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_psdev.h b/sys/coda/coda_psdev.h
index 11922ad..c6276f3 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 $
- * $Id: coda_psdev.c,v 1.4 1998/09/13 13:57:59 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c
index f641233..aaf805c 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 $
- * $Id: coda_subr.c,v 1.9 1999/01/17 20:25:15 peter Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_subr.h b/sys/coda/coda_subr.h
index fe27bfd..71c8a3d 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 $
- * $Id: coda_subr.h,v 1.5 1998/09/13 13:57:59 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_venus.c b/sys/coda/coda_venus.c
index 9853c7e..f273574 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 $
- * $Id: coda_venus.c,v 1.7 1999/05/11 19:53:51 phk Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_venus.h b/sys/coda/coda_venus.h
index 6fdd15c..392a73f 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 $
- * $Id: coda_venus.h,v 1.2 1998/09/02 19:09:53 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_vfsops.c b/sys/coda/coda_vfsops.c
index fda8393..35959df 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 $
- * $Id: coda_vfsops.c,v 1.16 1999/07/21 12:51:36 phk Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_vfsops.h b/sys/coda/coda_vfsops.h
index ef23c3f..13a006d 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 $
- * $Id: coda_vfsops.h,v 1.2 1998/09/02 19:09:53 rvb Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c
index b0a9bed..6614b4b 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 $
- * $Id: coda_vnops.c,v 1.17 1999/08/08 13:22:05 bde Exp $
+ * $FreeBSD$
*
*/
diff --git a/sys/coda/coda_vnops.h b/sys/coda/coda_vnops.h
index d188eb6..0fb5985 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 $
- * $Id: coda_vnops.h,v 1.4 1998/09/13 13:57:59 rvb Exp $
+ * $FreeBSD$
*
*/
OpenPOWER on IntegriCloud