summaryrefslogtreecommitdiff
path: root/source/include
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
commita5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0 (patch)
treeabfba0f541d991784f2b8ec426ddac680c24594f /source/include
parentb7ecbca3aff34ff06a445e5ee39efba48261b7e8 (diff)
downloadsamba-a5c18f9c82f5f76b00ff29c5668b4f0d3e8d6bd0.tar.gz
implemented unix semantics for rename in smbwrapper
Diffstat (limited to 'source/include')
-rw-r--r--source/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 56b0e3bc24b..05ea1bf7c79 100644
--- a/source/include/smb.h
+++ b/source/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 */