1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-19 04:23:48 +03:00

r6152: Correctly check OpenX open modes.

Jeremy.
This commit is contained in:
Jeremy Allison
2005-03-31 19:10:59 +00:00
committed by Gerald (Jerry) Carter
parent a3bd496c92
commit 326124a7b3
2 changed files with 36 additions and 13 deletions

View File

@@ -103,6 +103,7 @@ typedef int BOOL;
#define DOS_OPEN_RDONLY 0
#define DOS_OPEN_WRONLY 1
#define DOS_OPEN_RDWR 2
#define DOS_OPEN_EXEC 3
#define DOS_OPEN_FCB 0xF
/* define shifts and masks for share and open modes. */