diff options
author | rvb <rvb@FreeBSD.org> | 1998-09-13 13:57:59 +0000 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1998-09-13 13:57:59 +0000 |
commit | c972cf2a023cbbef488f40a5953c085b9a038298 (patch) | |
tree | 72efa8c5d0f590d35538434d39d738ce7f1df6f5 /sys/coda/coda_namecache.h | |
parent | ac5f389299786b41800e6d4bb7ca8c39c173b246 (diff) | |
download | FreeBSD-src-c972cf2a023cbbef488f40a5953c085b9a038298.zip FreeBSD-src-c972cf2a023cbbef488f40a5953c085b9a038298.tar.gz |
Finish conversion of cfs -> coda
Diffstat (limited to 'sys/coda/coda_namecache.h')
-rw-r--r-- | sys/coda/coda_namecache.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/coda/coda_namecache.h b/sys/coda/coda_namecache.h index 8606365..f7b3194 100644 --- a/sys/coda/coda_namecache.h +++ b/sys/coda/coda_namecache.h @@ -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/cfsnc.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: cfsnc.h,v 1.2 1998/09/02 19:09:53 rvb Exp $ + * @(#) src/sys/coda/coda_namecache.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ + * $Id: coda_namecache.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ * */ @@ -46,7 +46,11 @@ /* * HISTORY - * $Log: cfsnc.h,v $ + * $Log: coda_namecache.h,v $ + * Revision 1.3 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 * |