summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-10-06 13:10:06 +0000
committerAndrew Tridgell <tridge@samba.org>1998-10-06 13:10:06 +0000
commit404f14fb36577ee182fd8a928e6cb7b374e4ecb9 (patch)
tree980f944f086c8810ed25106b2089b836f80950e1 /source3/include/smb.h
parentfff618aeb4142773ff388ac9b52d127a510c6690 (diff)
downloadsamba-404f14fb36577ee182fd8a928e6cb7b374e4ecb9.tar.gz
samba-404f14fb36577ee182fd8a928e6cb7b374e4ecb9.tar.bz2
samba-404f14fb36577ee182fd8a928e6cb7b374e4ecb9.zip
implemented unix semantics for rename in smbwrapper
(This used to be commit a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 56b0e3bc24..05ea1bf7c7 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -216,6 +216,7 @@ implemented */
#define ERRfilexists 80 /* File in operation already exists */
#define ERRcannotopen 110 /* Cannot open the file specified */
#define ERRunknownlevel 124
+#define ERRrename 183
#define ERRbadpipe 230 /* Named pipe invalid */
#define ERRpipebusy 231 /* All instances of pipe are busy */
#define ERRpipeclosing 232 /* named pipe close in progress */