summaryrefslogtreecommitdiffstats
path: root/source/include/doserr.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-08-22 03:18:24 +0000
committerAndrew Tridgell <tridge@samba.org>2001-08-22 03:18:24 +0000
commit2f4690e1888c9cc96fd788abf2161943a2032b51 (patch)
treef77b1f87ee56446cb7b1105e2f178afa59054b75 /source/include/doserr.h
parent7724243fe71dbf0783ea6e081e40d6916ac45c0d (diff)
downloadsamba-2f4690e1888c9cc96fd788abf2161943a2032b51.tar.gz
samba-2f4690e1888c9cc96fd788abf2161943a2032b51.tar.xz
samba-2f4690e1888c9cc96fd788abf2161943a2032b51.zip
added ERRbadmcb
Diffstat (limited to 'source/include/doserr.h')
-rw-r--r--source/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/doserr.h b/source/include/doserr.h
index 8043d3b372d..827582ae19e 100644
--- a/source/include/doserr.h
+++ b/source/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 */