mirror of https://github.com/FDOS/kernel.git
Fixed screwed up comment sequence.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@831 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
9aa77bef50
commit
d5cb4e950c
|
@ -60,10 +60,10 @@ static BYTE *file_hRcsId =
|
|||
/* bits 4, 5, 6 sharing modes */
|
||||
#define O_SHAREMASK 0x0070 /* mask to isolate shared bits */
|
||||
|
||||
#define O_DENYALL 0x0010 /* " " */
|
||||
#define O_DENYALL 0x0010 /* sharing bits */
|
||||
#define O_DENYWRITE 0x0020 /* " " */
|
||||
#define O_DENYREAD 0x0030 /* " " */
|
||||
#define O_DENYNONE 0x0040 /* sharing bits */
|
||||
#define O_DENYNONE 0x0040 /* " " */
|
||||
#define O_NETFCB 0x0070 /* networked fcb */
|
||||
|
||||
#define O_NOINHERIT 0x0080
|
||||
|
|
Loading…
Reference in New Issue