added ERRbadmcb
authorAndrew Tridgell <tridge@samba.org>
Wed, 22 Aug 2001 03:18:24 +0000 (03:18 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 22 Aug 2001 03:18:24 +0000 (03:18 +0000)
source/include/doserr.h

index 8043d3b372d487f8679f81f2a9773be802895a94..827582ae19ea9e539c43495e230f36d16df062fc 100644 (file)
@@ -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 */