From 88876ac57156891e8107034e5d7f40076e032e58 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 15 May 2009 16:02:33 +0200 Subject: errormap: Remove wbc -> NTSTATUS error map for now. It is not used. This was breaking the Samba 4 installation since it added dependencies on header files we weren't installing. Confirmed with Kai. --- libcli/util/error.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libcli/util') diff --git a/libcli/util/error.h b/libcli/util/error.h index 03e76a2a39..5a7cc1b0b9 100644 --- a/libcli/util/error.h +++ b/libcli/util/error.h @@ -22,7 +22,6 @@ #include "libcli/util/werror.h" #include "libcli/util/doserr.h" #include "libcli/util/ntstatus.h" -#include "nsswitch/libwbclient/wbclient.h" /** NT error on DOS connection! (NT_STATUS_OK) */ bool ntstatus_dos_equal(NTSTATUS status1, NTSTATUS status2); @@ -47,9 +46,4 @@ WERROR ntstatus_to_werror(NTSTATUS error); *********************************************************************/ NTSTATUS map_nt_error_from_unix(int unix_error); -/******************************************************************************* - Map between wbcErr and NT status. -*******************************************************************************/ -NTSTATUS map_nt_error_from_wbcErr(wbcErr wbc_err); - #endif /* _SAMBA_ERROR_H */ -- cgit