summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/cnode.h
diff options
context:
space:
mode:
authorrvb <rvb@FreeBSD.org>1998-09-13 13:57:59 +0000
committerrvb <rvb@FreeBSD.org>1998-09-13 13:57:59 +0000
commitc972cf2a023cbbef488f40a5953c085b9a038298 (patch)
tree72efa8c5d0f590d35538434d39d738ce7f1df6f5 /sys/fs/coda/cnode.h
parentac5f389299786b41800e6d4bb7ca8c39c173b246 (diff)
downloadFreeBSD-src-c972cf2a023cbbef488f40a5953c085b9a038298.zip
FreeBSD-src-c972cf2a023cbbef488f40a5953c085b9a038298.tar.gz
Finish conversion of cfs -> coda
Diffstat (limited to 'sys/fs/coda/cnode.h')
-rw-r--r--sys/fs/coda/cnode.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h
index cefc6a8..bd93389 100644
--- a/sys/fs/coda/cnode.h
+++ b/sys/fs/coda/cnode.h
@@ -26,8 +26,8 @@
* improvements or extensions that they make, and to grant Carnegie
* Mellon the rights to redistribute these changes without encumbrance.
*
- * @(#) src/sys/cfs/cnode.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
- * $Id: cnode.h,v 1.2 1998/09/02 19:09:53 rvb Exp $
+ * @(#) src/sys/coda/cnode.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $
+ * $Id: cnode.h,v 1.3 1998/09/11 18:50:17 rvb Exp $
*
*/
@@ -47,6 +47,10 @@
/*
* HISTORY
* $Log: cnode.h,v $
+ * Revision 1.3 1998/09/11 18:50:17 rvb
+ * All the references to cfs, in symbols, structs, and strings
+ * have been changed to coda. (Same for CFS.)
+ *
* Revision 1.2 1998/09/02 19:09:53 rvb
* Pass2 complete
*
@@ -160,7 +164,7 @@ MALLOC_DECLARE(M_CODA);
/*
* tmp below since we need struct queue
*/
-#include <cfs/cfsk.h>
+#include <coda/coda_kernel.h>
/*
* Cnode lookup stuff.
OpenPOWER on IntegriCloud