diff options
author | Jeremy Allison <jra@samba.org> | 2002-02-09 04:10:24 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-02-09 04:10:24 +0000 |
commit | 03cfb31ad931c65ca8c5b97c620f6e71bf5cac82 (patch) | |
tree | 14b8212ca5b678b706d9fc39d6691118462d6ffa /source3/include | |
parent | 04c565fcafdd8e10736975465354a98419258e95 (diff) | |
download | samba-03cfb31ad931c65ca8c5b97c620f6e71bf5cac82.tar.gz samba-03cfb31ad931c65ca8c5b97c620f6e71bf5cac82.tar.bz2 samba-03cfb31ad931c65ca8c5b97c620f6e71bf5cac82.zip |
Bring printing in HEAD inline with 2.2.x and app-head.
Jeremy.
(This used to be commit 771ef92fc6e43725b7cc351079998a8acb74abef)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/doserr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/doserr.h b/source3/include/doserr.h index c1431117f0..a2c53791cc 100644 --- a/source3/include/doserr.h +++ b/source3/include/doserr.h @@ -1,5 +1,6 @@ /* - Unix SMB/CIFS implementation. + Unix SMB/Netbios implementation. + Version 1.9. DOS error code constants Copyright (C) Andrew Tridgell 1992-2000 Copyright (C) John H Terpstra 1996-2000 @@ -154,10 +155,10 @@ #define WERR_BADFUNC W_ERROR(1) #define WERR_INSUFFICIENT_BUFFER W_ERROR(122) #define WERR_NO_SUCH_SHARE W_ERROR(67) +#define WERR_ALREADY_EXISTS W_ERROR(80) #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) |