summaryrefslogtreecommitdiffstats
path: root/sys/coda/coda_subr.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/coda/coda_subr.c')
-rw-r--r--sys/coda/coda_subr.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c
index 58620f7..d24b5d6 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.5 1998/09/13 13:57:59 rvb Exp $
+ * $Id: coda_subr.c,v 1.6 1998/09/25 17:38:31 rvb Exp $
*
*/
@@ -46,6 +46,11 @@
/*
* HISTORY
* $Log: coda_subr.c,v $
+ * Revision 1.6 1998/09/25 17:38:31 rvb
+ * Put "stray" printouts under DIAGNOSTIC. Make everything build
+ * with DEBUG on. Add support for lkm. (The macro's don't work
+ * for me; for a good chuckle look at the end of coda_fbsd.c.)
+ *
* Revision 1.5 1998/09/13 13:57:59 rvb
* Finish conversion of cfs -> coda
*
@@ -213,7 +218,7 @@
* 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address
*/
-#ifdef ACTUALLY_LKM_NOT_KERNEL
+#ifdef VFS_LKM
#define NVCODA 4
#else
#include <vcoda.h>
OpenPOWER on IntegriCloud