diff options
Diffstat (limited to 'source/include/smb.h')
-rw-r--r-- | source/include/smb.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/include/smb.h b/source/include/smb.h index 9f65a8b79db..8444912e72e 100644 --- a/source/include/smb.h +++ b/source/include/smb.h @@ -1118,10 +1118,6 @@ struct bitmap { #define SMB_SUCCESS 0 /* The request was successful. */ -#define ERRDOS 0x01 /* Error is from the core DOS operating system set. */ -#define ERRSRV 0x02 /* Error is generated by the server network file manager.*/ -#define ERRHRD 0x03 /* Error is an hardware error. */ -#define ERRCMD 0xFF /* Command was not in the "SMB" format. */ #ifdef HAVE_STDARG_H int slprintf(char *str, int n, char *format, ...) |