summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-08-26 01:28:27 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-08-26 01:28:27 +0000
commit41bbc5e21fbac555b26bd751dd93d09969715199 (patch)
tree136cf71cf42d5909401d0134602b5685c8ce52f3 /source3/include
parent28429a130bc5fc8d9d21193072f0077d3f6a34d0 (diff)
downloadsamba-41bbc5e21fbac555b26bd751dd93d09969715199.tar.gz
samba-41bbc5e21fbac555b26bd751dd93d09969715199.tar.bz2
samba-41bbc5e21fbac555b26bd751dd93d09969715199.zip
smb.h: Added error code used for OS2 WPS.
trans2.c: Added OS2 WPS fix - but ifdefed out for now. Will turn on after 1.9.17 release. Jeremy (jallison@whistle.com) (This used to be commit 9d5d347686ca1c8a25088b882dcc5065b6d9c564)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 540aa0798d..f0390230e5 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -175,6 +175,7 @@ implemented */
#define ERRbadshare 32 /* Share mode on file conflict with open mode */
#define ERRlock 33 /* Lock request conflicts with existing lock */
#define ERRfilexists 80 /* File in operation already exists */
+#define ERRcannotopen 110 /* Cannot open the file specified */
#define ERRunknownlevel 124
#define ERRbadpipe 230 /* Named pipe invalid */
#define ERRpipebusy 231 /* All instances of pipe are busy */
@@ -183,7 +184,7 @@ implemented */
#define ERRmoredata 234 /* More data to be returned */
#define ERRbaddirectory 267 /* Invalid directory name in a path. */
#define ERROR_EAS_DIDNT_FIT 275 /* Extended attributes didn't fit */
-#define ERROR_EAS_NOT_SUPPORTED 282 /* Extended attributes not suppored */
+#define ERROR_EAS_NOT_SUPPORTED 282 /* Extended attributes not supported */
#define ERRunknownipc 2142