diff options
Diffstat (limited to 'sys/coda/coda_vnops.c')
-rw-r--r-- | sys/coda/coda_vnops.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/coda/coda_vnops.c b/sys/coda/coda_vnops.c index 420ef3c515b86..e5ea7e8577769 100644 --- a/sys/coda/coda_vnops.c +++ b/sys/coda/coda_vnops.c @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/coda/coda_vnops.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_vnops.c,v 1.5 1998/09/25 17:38:32 rvb Exp $ + * $Id: coda_vnops.c,v 1.6 1998/09/28 20:52:58 rvb Exp $ * */ @@ -48,6 +48,9 @@ /* * HISTORY * $Log: coda_vnops.c,v $ + * Revision 1.6 1998/09/28 20:52:58 rvb + * Cleanup and fix THE bug + * * Revision 1.5 1998/09/25 17:38:32 rvb * Put "stray" printouts under DIAGNOSTIC. Make everything build * with DEBUG on. Add support for lkm. (The macro's don't work |