diff options
author | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-11 18:50:17 +0000 |
---|---|---|
committer | Robert V. Baron <rvb@FreeBSD.org> | 1998-09-11 18:50:17 +0000 |
commit | 9afcea2f4a3233f8568ed80945b25dfe1719d2d4 (patch) | |
tree | 065c3d9eb57d317fb90af56180b0439f0e48886c /sys/coda/coda_pioctl.h | |
parent | 90cf373d9b190e5a1f0542be317f1cd585e304b4 (diff) |
All the references to cfs, in symbols, structs, and strings
have been changed to coda. (Same for CFS.)
Notes
Notes:
svn path=/head/; revision=39085
Diffstat (limited to 'sys/coda/coda_pioctl.h')
-rw-r--r-- | sys/coda/coda_pioctl.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index c6fcc6fe947f..aa18e6661f3b 100644 --- a/sys/coda/coda_pioctl.h +++ b/sys/coda/coda_pioctl.h @@ -27,7 +27,7 @@ * Mellon the rights to redistribute these changes without encumbrance. * * @(#) src/sys/cfs/pioctl.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: $ + * $Id: pioctl.h,v 1.2 1998/09/02 19:09:53 rvb Exp $ * */ @@ -43,6 +43,9 @@ /* * HISTORY * $Log: pioctl.h,v $ + * Revision 1.2 1998/09/02 19:09:53 rvb + * Pass2 complete + * * Revision 1.1.1.1 1998/08/29 21:14:52 rvb * Very Preliminary Coda * @@ -59,7 +62,7 @@ * Sync the code for NetBSD -current; test on 1.3 later * * Revision 1.4 98/01/23 11:53:54 rvb - * Bring RVB_CFS1_1 to HEAD + * Bring RVB_CODA1_1 to HEAD * * Revision 1.3.2.1 97/12/06 17:41:29 rvb * Sync with peters coda.h @@ -77,7 +80,7 @@ * Added support for Coda MiniCache and raw inode calls (final commit) * * Revision 1.1.2.1 1995/12/20 01:57:54 bnoble - * Added CFS-specific files + * Added CODA-specific files * * Revision 2.4 90/08/30 11:51:12 bohman * Ioctl changes for STDC. |