diff options
author | Tim Potter <tpot@samba.org> | 2002-01-06 02:55:37 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-01-06 02:55:37 +0000 |
commit | 9c968fbb017d3369ac207e65348a9a22dbed0213 (patch) | |
tree | 6b3c5e345f652350968778f93134eacb25bda11b /source/include | |
parent | 08a5c5bf940fac7a779be01db01ae7d97df80f79 (diff) | |
download | samba-9c968fbb017d3369ac207e65348a9a22dbed0213.tar.gz samba-9c968fbb017d3369ac207e65348a9a22dbed0213.tar.xz samba-9c968fbb017d3369ac207e65348a9a22dbed0213.zip |
DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent
to NT_STATUS_UNSUCCESSFUL according to AB's funky new error map.
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/doserr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/doserr.h b/source/include/doserr.h index 09f7a36f9f3..3262370dfd8 100644 --- a/source/include/doserr.h +++ b/source/include/doserr.h @@ -51,6 +51,7 @@ #define ERRremcd 16 /* Attempt to delete current directory */ #define ERRdiffdevice 17 /* rename/move across different filesystems */ #define ERRnofiles 18 /* no more files found in file search */ +#define ERRgeneral 31 /* General failure */ #define ERRbadshare 32 /* Share mode on file conflict with open mode */ #define ERRlock 33 /* Lock request conflicts with existing lock */ #define ERRunsup 50 /* Request unsupported, returned by Win 95, RJS 20Jun98 */ |