diff options
author | peter <peter@FreeBSD.org> | 1999-01-17 20:25:22 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-01-17 20:25:22 +0000 |
commit | ecc481a2191b9c546cf9287c373ab9a8f9b7b5b5 (patch) | |
tree | 7d8bb07d882c2bace5fe2fc200764d23ceabc510 /sys/coda/coda_subr.c | |
parent | af2c03a79e797f62bcd46f1abb49109c844a1522 (diff) | |
download | FreeBSD-src-ecc481a2191b9c546cf9287c373ab9a8f9b7b5b5.zip FreeBSD-src-ecc481a2191b9c546cf9287c373ab9a8f9b7b5b5.tar.gz |
Clean up the KLD/LKM goop a bit.
Diffstat (limited to 'sys/coda/coda_subr.c')
-rw-r--r-- | sys/coda/coda_subr.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 0b0b144..40d2d0b 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.7 1998/09/29 20:19:45 rvb Exp $ + * $Id: coda_subr.c,v 1.8 1998/10/28 19:33:50 rvb Exp $ * */ @@ -46,6 +46,12 @@ /* * HISTORY * $Log: coda_subr.c,v $ + * Revision 1.8 1998/10/28 19:33:50 rvb + * Venus must be passed O_CREAT flag on VOP_OPEN iff this is + * a creat so that we can will allow a mode 444 file to be + * written into. Sync with the latest coda.h and deal with + * collateral damage. + * * Revision 1.7 1998/09/29 20:19:45 rvb * Fixes for lkm: * 1. use VFS_LKM vs ACTUALLY_LKM_NOT_KERNEL @@ -223,11 +229,7 @@ * 4. coda_cacheprint (under DEBUG) prints names with vnode/cnode address */ -#ifdef VFS_LKM -#define NVCODA 4 -#else #include <vcoda.h> -#endif #include <sys/param.h> #include <sys/systm.h> |