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_subr.c | |
parent | c37538200ebdef38051ba82b76e6b2dab3bd2fdc (diff) |
Diffstat (limited to 'sys/coda/coda_subr.c')
-rw-r--r-- | sys/coda/coda_subr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 40d2d0b0b1a46..578cc2b83e7a7 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.8 1998/10/28 19:33:50 rvb Exp $ + * $Id: coda_subr.c,v 1.9 1999/01/17 20:25:15 peter Exp $ * */ @@ -46,6 +46,9 @@ /* * HISTORY * $Log: coda_subr.c,v $ + * Revision 1.9 1999/01/17 20:25:15 peter + * Clean up the KLD/LKM goop a bit. + * * 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 |