diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-07-21 12:51:36 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-07-21 12:51:36 +0000 |
commit | 14b672a6383a38f6a7b5d9813c11a4bdf64d75db (patch) | |
tree | 9d4fd3dc52bf30757ef3937c84c089b9745f43e9 /sys/coda/coda_pioctl.h | |
parent | 409aadb1c937eaffb26e55e8cd069f689fdcced1 (diff) |
Remove the RCS "Log" and all the verbiage it has generated.
Notes
Notes:
svn path=/head/; revision=48960
Diffstat (limited to 'sys/coda/coda_pioctl.h')
-rw-r--r-- | sys/coda/coda_pioctl.h | 65 |
1 files changed, 1 insertions, 64 deletions
diff --git a/sys/coda/coda_pioctl.h b/sys/coda/coda_pioctl.h index 2aa55bbe50e8..57bc67ed0021 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/coda/coda_pioctl.h,v 1.1.1.1 1998/08/29 21:14:52 rvb Exp $ - * $Id: coda_pioctl.h,v 1.3 1998/09/11 18:50:17 rvb Exp $ + * $Id: coda_pioctl.h,v 1.4 1998/09/13 13:57:59 rvb Exp $ * */ @@ -41,69 +41,6 @@ */ /* - * HISTORY - * $Log: coda_pioctl.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 - * - * Revision 1.1.1.1 1998/08/29 21:14:52 rvb - * Very Preliminary Coda - * - * Revision 1.7 1998/08/28 18:12:26 rvb - * Now it also works on FreeBSD -current. This code will be - * committed to the FreeBSD -current and NetBSD -current - * trees. It will then be tailored to the particular platform - * by flushing conditional code. - * - * Revision 1.6 1998/08/18 17:05:26 rvb - * Don't use __RCSID now - * - * Revision 1.5 1998/08/18 16:31:51 rvb - * Sync the code for NetBSD -current; test on 1.3 later - * - * Revision 1.4 98/01/23 11:53:54 rvb - * Bring RVB_CODA1_1 to HEAD - * - * Revision 1.3.2.1 97/12/06 17:41:29 rvb - * Sync with peters coda.h - * - * Revision 1.3 97/12/05 10:39:31 rvb - * Read CHANGES - * - * Revision 1.2.34.2 97/11/13 22:03:06 rvb - * pass2 cfs_NetBSD.h mt - * - * Revision 1.2.34.1 97/11/12 12:38:11 rvb - * mach_vioctl.h -> pioctl.h - * - * Revision 1.2 96/01/02 16:57:27 bnoble - * Added support for Coda MiniCache and raw inode calls (final commit) - * - * Revision 1.1.2.1 1995/12/20 01:57:54 bnoble - * Added CODA-specific files - * - * Revision 2.4 90/08/30 11:51:12 bohman - * Ioctl changes for STDC. - * [90/08/28 bohman] - * - * Revision 2.3 89/03/09 22:10:26 rpd - * More cleanup. - * - * Revision 2.2 89/02/25 17:58:32 gm0w - * Changes for cleanup. - * - * 7-Feb-87 Avadis Tevanian (avie) at Carnegie-Mellon University - * No need for VICE conditional. - * - * 22-Oct-86 Jay Kistler (jjk) at Carnegie-Mellon University - * Created from Andrew's vice.h and viceioctl.h. - * - */ -/* * ITC Remote file system - vice ioctl interface module */ |