#ifdef _LKM -> #ifndef _KERNEL_OPT
This commit is contained in:
parent
d218bdeeff
commit
f9f4344f37
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: coda_psdev.c,v 1.45 2008/05/06 18:43:44 ad Exp $ */
|
||||
/* $NetBSD: coda_psdev.c,v 1.46 2008/12/30 12:56:12 pooka Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -54,11 +54,11 @@
|
|||
/* These routines are the device entry points for Venus. */
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: coda_psdev.c,v 1.45 2008/05/06 18:43:44 ad Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: coda_psdev.c,v 1.46 2008/12/30 12:56:12 pooka Exp $");
|
||||
|
||||
extern int coda_nc_initialized; /* Set if cache has been initialized */
|
||||
|
||||
#ifdef _LKM
|
||||
#ifndef _KERNEL_OPT
|
||||
#define NVCODA 4
|
||||
#else
|
||||
#include <vcoda.h>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: coda_vfsops.c,v 1.66 2008/05/10 02:26:09 rumble Exp $ */
|
||||
/* $NetBSD: coda_vfsops.c,v 1.67 2008/12/30 12:56:12 pooka Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -45,9 +45,9 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.66 2008/05/10 02:26:09 rumble Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.67 2008/12/30 12:56:12 pooka Exp $");
|
||||
|
||||
#ifdef _LKM
|
||||
#ifndef _KERNEL_OPT
|
||||
#define NVCODA 4
|
||||
#else
|
||||
#include <vcoda.h>
|
||||
|
|
Loading…
Reference in New Issue