summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-01-31 11:28:02 +0000
committerTim Potter <tpot@samba.org>2002-01-31 11:28:02 +0000
commite4c13c51fa559d24da73f57b348cfe7d711b3c7d (patch)
tree09f55256cb856d9b7ec0a695943b5794a67a0040 /source
parent9930cf97330dd93985c5558cec6b24406e90c228 (diff)
downloadsamba-e4c13c51fa559d24da73f57b348cfe7d711b3c7d.tar.gz
samba-e4c13c51fa559d24da73f57b348cfe7d711b3c7d.tar.xz
samba-e4c13c51fa559d24da73f57b348cfe7d711b3c7d.zip
Added constant for WERR_FILE_EXISTS.
Diffstat (limited to 'source')
-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 92b441f38fe..c1431117f08 100644
--- a/source/include/doserr.h
+++ b/source/include/doserr.h
@@ -157,6 +157,7 @@
#define WERR_INVALID_PARAM W_ERROR(87)
#define WERR_NOT_SUPPORTED W_ERROR(50)
#define WERR_BAD_PASSWORD W_ERROR(86)
+#define WERR_FILE_EXISTS W_ERROR(80)
#define WERR_NOMEM W_ERROR(8)
#define WERR_INVALID_NAME W_ERROR(123)
#define WERR_UNKNOWN_LEVEL W_ERROR(124)