1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-05 12:56:08 +00:00

Missed a stray LKM #ifdef

This commit is contained in:
Peter Wemm 1999-01-17 21:04:53 +00:00
parent 8e203b83a7
commit b34c073744
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42770
2 changed files with 16 additions and 10 deletions

View File

@ -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.8 1998/10/28 20:31:13 rvb Exp $
* $Id: coda_psdev.c,v 1.9 1998/11/11 20:32:20 rvb Exp $
*
*/
@ -53,6 +53,13 @@
/*
* HISTORY
* $Log: coda_psdev.c,v $
* Revision 1.9 1998/11/11 20:32:20 rvb
* coda_lookup now passes up an extra flag. But old veni will
* be ok; new veni will check /dev/cfs0 to make sure that a new
* kernel is running.
* Also, a bug in vc_nb_close iff CODA_SIGNAL's were seen has been
* fixed.
*
* Revision 1.8 1998/10/28 20:31:13 rvb
* Change the way unmounting happens to guarantee that the
* client programs are allowed to finish up (coda_call is
@ -181,11 +188,7 @@
extern int coda_nc_initialized; /* Set if cache has been initialized */
#ifdef VFS_LKM
#define NVCODA 4
#else
#include <vcoda.h>
#endif
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -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.8 1998/10/28 20:31:13 rvb Exp $
* $Id: coda_psdev.c,v 1.9 1998/11/11 20:32:20 rvb Exp $
*
*/
@ -53,6 +53,13 @@
/*
* HISTORY
* $Log: coda_psdev.c,v $
* Revision 1.9 1998/11/11 20:32:20 rvb
* coda_lookup now passes up an extra flag. But old veni will
* be ok; new veni will check /dev/cfs0 to make sure that a new
* kernel is running.
* Also, a bug in vc_nb_close iff CODA_SIGNAL's were seen has been
* fixed.
*
* Revision 1.8 1998/10/28 20:31:13 rvb
* Change the way unmounting happens to guarantee that the
* client programs are allowed to finish up (coda_call is
@ -181,11 +188,7 @@
extern int coda_nc_initialized; /* Set if cache has been initialized */
#ifdef VFS_LKM
#define NVCODA 4
#else
#include <vcoda.h>
#endif
#include <sys/param.h>
#include <sys/systm.h>