summaryrefslogtreecommitdiff
path: root/source3/smbd/error.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-04 11:39:21 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-06 07:51:24 +0200
commitfa289e8982ea260a87548c145ef061e7eb64acf6 (patch)
tree19f4623077b922836506f63cde64b40eb1f73c87 /source3/smbd/error.c
parent14750139639b3531e57a3ca3f9e481d6e458dc06 (diff)
downloadsamba-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/smbd/error.c')
-rw-r--r--source3/smbd/error.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/smbd/error.c b/source3/smbd/error.c
index 6655a6fb08..5ba751647f 100644
--- a/source3/smbd/error.c
+++ b/source3/smbd/error.c
@@ -21,9 +21,6 @@
#include "smbd/smbd.h"
#include "smbd/globals.h"
-/* From lib/error.c */
-extern struct unix_error_map unix_dos_nt_errmap[];
-
bool use_nt_status(void)
{
return lp_nt_status_support() && (global_client_caps & CAP_STATUS32);