From d5cb4e950cfd846ebbfa160cbcb4fead5f58768b Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Sat, 27 Mar 2004 00:27:11 +0000 Subject: [PATCH] Fixed screwed up comment sequence. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@831 6ac86273-5f31-0410-b378-82cca8765d1b --- hdr/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdr/file.h b/hdr/file.h index 7b6c2f2..ec63ebd 100644 --- a/hdr/file.h +++ b/hdr/file.h @@ -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