summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/cnode.h
diff options
context:
space:
mode:
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