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:
Bart Oldeman 2004-03-27 00:27:11 +00:00
parent 9aa77bef50
commit d5cb4e950c
1 changed files with 2 additions and 2 deletions

View File

@ -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