diff options
| author | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-13 13:57:59 +0000 |
|---|---|---|
| committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-13 13:57:59 +0000 |
| commit | d3459488aec07a89a9721473ad14776139ea0e59 (patch) | |
| tree | 142df20fdaa204ff41e4709fe514a3afdf25c1ff /sys/coda/coda_subr.c | |
| parent | 38c931abc7fbf7136dcc1eab07825ad8ef67f454 (diff) | |
Notes
Diffstat (limited to 'sys/coda/coda_subr.c')
| -rw-r--r-- | sys/coda/coda_subr.c | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sys/coda/coda_subr.c b/sys/coda/coda_subr.c index 3e6472d89903..6e3d0e29c3b0 100644 --- a/sys/coda/coda_subr.c +++ b/sys/coda/coda_subr.c @@ -26,8 +26,8 @@ * improvements or extensions that they make, and to grant Carnegie * Mellon the rights to redistribute these changes without encumbrance. * - * @(#) src/sys/cfs/cfs_subr.c,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: cfs_subr.c,v 1.2 1998/09/02 19:09:53 rvb Exp $ + * @(#) 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.4 1998/09/11 18:50:17 rvb Exp $ * */ @@ -45,7 +45,11 @@ /* * HISTORY - * $Log: cfs_subr.c,v $ + * $Log: coda_subr.c,v $ + * Revision 1.4 1998/09/11 18:50:17 rvb + * All the references to cfs, in symbols, structs, and strings + * have been changed to coda. (Same for CFS.) + * * Revision 1.2 1998/09/02 19:09:53 rvb * Pass2 complete * @@ -215,10 +219,10 @@ #include <sys/select.h> #include <sys/mount.h> -#include <cfs/coda.h> -#include <cfs/cnode.h> -#include <cfs/cfs_subr.h> -#include <cfs/cfsnc.h> +#include <coda/coda.h> +#include <coda/cnode.h> +#include <coda/coda_subr.h> +#include <coda/coda_namecache.h> int coda_active = 0; int coda_reuse = 0; |
