summaryrefslogtreecommitdiffstats
path: root/source/libsmb/errormap.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-29 02:58:59 +0000
committerTim Potter <tpot@samba.org>2002-11-29 02:58:59 +0000
commitd3998307adc50ba50defe610cb656c73799ae3b9 (patch)
tree180321618af26ed022af400a540eb6afcfcb263e /source/libsmb/errormap.c
parent3ce520785369c319a93b3f33a8e1f73c12cab18a (diff)
downloadsamba-d3998307adc50ba50defe610cb656c73799ae3b9.tar.gz
samba-d3998307adc50ba50defe610cb656c73799ae3b9.tar.xz
samba-d3998307adc50ba50defe610cb656c73799ae3b9.zip
Merge a bunch of trivial changes from HEAD. The difference remaining
should actual functional differences between HEAD and 3.0. - Mostly reformatting - Removal of unecessary #include "smb.h" - Merge of dyn_DRIVERFILE removal - Silly bug fix for python code
Diffstat (limited to 'source/libsmb/errormap.c')
-rw-r--r--source/libsmb/errormap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/libsmb/errormap.c b/source/libsmb/errormap.c
index f3103996167..7c28c7e8aa1 100644
--- a/source/libsmb/errormap.c
+++ b/source/libsmb/errormap.c
@@ -1484,7 +1484,6 @@ WERROR ntstatus_to_werror(NTSTATUS error)
return W_ERROR(NT_STATUS_V(error) & 0xffff);
}
-
/* Mapping between Unix, DOS and NT error numbers */
const struct unix_error_map unix_dos_nt_errmap[] = {