diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-04 11:39:21 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-06 07:51:24 +0200 |
commit | fa289e8982ea260a87548c145ef061e7eb64acf6 (patch) | |
tree | 19f4623077b922836506f63cde64b40eb1f73c87 /source3/include | |
parent | 14750139639b3531e57a3ca3f9e481d6e458dc06 (diff) | |
download | samba-fa289e8982ea260a87548c145ef061e7eb64acf6.tar.gz samba-fa289e8982ea260a87548c145ef061e7eb64acf6.tar.bz2 samba-fa289e8982ea260a87548c145ef061e7eb64acf6.zip |
s3-lib Remove unused dos error codes from errmap_unix
This also makes unix_nt_errmap private to errmap_unix.c and errormap.c
so the tables themselves cannot be duplicate symbols until merged.
Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 28bc49f858..d584a9db45 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1549,13 +1549,6 @@ typedef struct user_struct { struct auth_ntlmssp_state *auth_ntlmssp_state; } user_struct; -struct unix_error_map { - int unix_error; - int dos_class; - int dos_code; - NTSTATUS nt_error; -}; - /* Do you want session setups at user level security with a invalid password to be rejected or allowed in as guest? WinNT rejects them |