diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-24 16:47:10 +0000 |
commit | bff5b80e6cde3256fd760aec0882f8b9fa85b5ee (patch) | |
tree | f979656ed109e888baec4c361944b615bc0f7d2c /sys/coda/coda_namecache.c | |
parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) |
Diffstat (limited to 'sys/coda/coda_namecache.c')
-rw-r--r-- | sys/coda/coda_namecache.c | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/coda/coda_namecache.c b/sys/coda/coda_namecache.c index 2da7b096896de..6d1fbf908705e 100644 --- a/sys/coda/coda_namecache.c +++ b/sys/coda/coda_namecache.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_namecache.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_namecache.c,v 1.7 1998/09/28 20:52:58 rvb Exp $ + * $Id: coda_namecache.c,v 1.8 1998/10/28 19:33:50 rvb Exp $ * */ @@ -47,6 +47,12 @@ /* * HISTORY * $Log: coda_namecache.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/28 20:52:58 rvb * Cleanup and fix THE bug * |