From 44e249282f7f908e5bd76e075e926ef17a6de775 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Mon, 13 Jul 2009 02:26:23 +0000 Subject: [PATCH] update comments git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1484 6ac86273-5f31-0410-b378-82cca8765d1b --- hdr/cds.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/hdr/cds.h b/hdr/cds.h index 149f590..1618b4a 100644 --- a/hdr/cds.h +++ b/hdr/cds.h @@ -26,12 +26,6 @@ /* Cambridge, MA 02139, USA. */ /****************************************************************/ -#ifdef MAIN -#ifdef VERSION_STRINGS -static BYTE *Cds_hRcsId = - "$Id$"; -#endif -#endif #define MAX_CDSPATH 67 @@ -61,9 +55,9 @@ struct cds { if local path: ofs > colon */ - BYTE cdsNetFlag1; - BYTE FAR *cdsIfs; - UWORD cdsNetFlags2; + BYTE cdsNetFlag1; /* According to PCDOS 7 Tech Ref: IFS drive, 2=IFS, 4=NetUse */ + BYTE FAR *cdsIfs; /* Pointer to Installable File System Header */ + UWORD cdsNetFlags2; /* File System specific data */ };