update comments
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1484 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
6762379cd6
commit
44e249282f
12
hdr/cds.h
12
hdr/cds.h
@ -26,12 +26,6 @@
|
|||||||
/* Cambridge, MA 02139, USA. */
|
/* Cambridge, MA 02139, USA. */
|
||||||
/****************************************************************/
|
/****************************************************************/
|
||||||
|
|
||||||
#ifdef MAIN
|
|
||||||
#ifdef VERSION_STRINGS
|
|
||||||
static BYTE *Cds_hRcsId =
|
|
||||||
"$Id$";
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MAX_CDSPATH 67
|
#define MAX_CDSPATH 67
|
||||||
|
|
||||||
@ -61,9 +55,9 @@ struct cds {
|
|||||||
if local path: ofs > colon
|
if local path: ofs > colon
|
||||||
*/
|
*/
|
||||||
|
|
||||||
BYTE cdsNetFlag1;
|
BYTE cdsNetFlag1; /* According to PCDOS 7 Tech Ref: IFS drive, 2=IFS, 4=NetUse */
|
||||||
BYTE FAR *cdsIfs;
|
BYTE FAR *cdsIfs; /* Pointer to Installable File System Header */
|
||||||
UWORD cdsNetFlags2;
|
UWORD cdsNetFlags2; /* File System specific data */
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user