Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/coda do not need <vcoda.h>/NVCODA here



details:   https://anonhg.NetBSD.org/src/rev/48726ed30d89
branches:  trunk
changeset: 540843:48726ed30d89
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Dec 26 12:38:59 2002 +0000

description:
do not need <vcoda.h>/NVCODA here

diffstat:

 sys/coda/coda_subr.c |  10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r fe53982671a6 -r 48726ed30d89 sys/coda/coda_subr.c
--- a/sys/coda/coda_subr.c      Thu Dec 26 12:31:23 2002 +0000
+++ b/sys/coda/coda_subr.c      Thu Dec 26 12:38:59 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_subr.c,v 1.13 2001/11/12 23:08:57 lukem Exp $     */
+/*     $NetBSD: coda_subr.c,v 1.14 2002/12/26 12:38:59 jdolecek Exp $  */
 
 /*
  * 
@@ -55,13 +55,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_subr.c,v 1.13 2001/11/12 23:08:57 lukem Exp $");
-
-#ifdef _LKM
-#define        NVCODA 4
-#else
-#include <vcoda.h>
-#endif
+__KERNEL_RCSID(0, "$NetBSD: coda_subr.c,v 1.14 2002/12/26 12:38:59 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index