From f1ec28827f61fcb168249aa9855e7f19c65780ae Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 4 May 2011 13:59:57 +1000 Subject: libcli/util Merge ntstatus_to_dos() ntstatus_to_werror() to the top level This takes the Samba4 version, with the NT_STATUS_IS_DOS() check. This will be used in smbd/error.c shortly. Andrew Bartlett --- libcli/util/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/util/wscript_build') diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build index 9382e110e4..197de4b422 100644 --- a/libcli/util/wscript_build +++ b/libcli/util/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_ERRORS', - source='doserr.c', + source='doserr.c errormap.c', public_deps='talloc' ) -- cgit