diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-08-22 03:18:24 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-08-22 03:18:24 +0000 |
commit | 603dad4afa72d07438784950b65d7b18294f8f2f (patch) | |
tree | 24ee9756cc774bc7219b4dcb16a716e34fd3dc96 | |
parent | d81e1239981fa87f86f285fc78370d91e64367a9 (diff) | |
download | samba-603dad4afa72d07438784950b65d7b18294f8f2f.tar.gz samba-603dad4afa72d07438784950b65d7b18294f8f2f.tar.bz2 samba-603dad4afa72d07438784950b65d7b18294f8f2f.zip |
added ERRbadmcb
(This used to be commit 2f4690e1888c9cc96fd788abf2161943a2032b51)
-rw-r--r-- | source3/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index 8043d3b372..827582ae19 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -40,6 +40,7 @@ #define ERRnofids 4 /* Too many open files */ #define ERRnoaccess 5 /* Access denied */ #define ERRbadfid 6 /* Invalid fid */ +#define ERRbadmcb 7 /* Memory control blocks destroyed. */ #define ERRnomem 8 /* Out of memory */ #define ERRbadmem 9 /* Invalid memory block address */ #define ERRbadenv 10 /* Invalid environment */ |