summaryrefslogtreecommitdiff
path: root/source3/include/doserr.h
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
commita31cd9c13ab1704b88c0153e2df72031b5467902 (patch)
tree3c82bb8fecae864d411dac176b139c7a99abafde /source3/include/doserr.h
parentb48750fba603f9e04b08e346744bcc9c6a49a1af (diff)
downloadsamba-a31cd9c13ab1704b88c0153e2df72031b5467902.tar.gz
samba-a31cd9c13ab1704b88c0153e2df72031b5467902.tar.bz2
samba-a31cd9c13ab1704b88c0153e2df72031b5467902.zip
Added constant for WERR_FILE_EXISTS.
(This used to be commit e4c13c51fa559d24da73f57b348cfe7d711b3c7d)
Diffstat (limited to 'source3/include/doserr.h')
-rw-r--r--source3/include/doserr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h
index 92b441f38f..c1431117f0 100644
--- a/source3/include/doserr.h
+++ b/source3/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)