summaryrefslogtreecommitdiff
path: root/sys/coda/coda_psdev.c
diff options
context:
space:
mode:
authorRobert V. Baron <rvb@FreeBSD.org>1998-09-29 20:19:45 +0000
committerRobert V. Baron <rvb@FreeBSD.org>1998-09-29 20:19:45 +0000
commitecee3646ce7623c3cb59ce45fef2c49b4c083e20 (patch)
tree2b985ab2f090d156272ca679b0f068cad8518ece /sys/coda/coda_psdev.c
parent5081946172f35ef986bc6b2d2d6b0b8301ade8bc (diff)
Notes
Diffstat (limited to 'sys/coda/coda_psdev.c')
-rw-r--r--sys/coda/coda_psdev.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c
index df5e3a846c26..3abbff04878a 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.5 1998/09/25 17:38:31 rvb Exp $
+ * $Id: coda_psdev.c,v 1.6 1998/09/28 20:52:58 rvb Exp $
*
*/
@@ -53,6 +53,9 @@
/*
* HISTORY
* $Log: coda_psdev.c,v $
+ * Revision 1.6 1998/09/28 20:52:58 rvb
+ * Cleanup and fix THE bug
+ *
* Revision 1.5 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
@@ -166,7 +169,7 @@
extern int coda_nc_initialized; /* Set if cache has been initialized */
-#ifdef ACTUALLY_LKM_NOT_KERNEL
+#ifdef VFS_LKM
#define NVCODA 4
#else
#include <vcoda.h>