svn commit: samba r14876 - in branches/SAMBA_4_0/source/libcli/util: .

tridge at samba.org tridge at samba.org
Mon Apr 3 06:43:31 GMT 2006


Author: tridge
Date: 2006-04-03 06:43:30 +0000 (Mon, 03 Apr 2006)
New Revision: 14876

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14876

Log:

added ENOSYS to unix error mapping

Modified:
   branches/SAMBA_4_0/source/libcli/util/errormap.c


Changeset:
Modified: branches/SAMBA_4_0/source/libcli/util/errormap.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/errormap.c	2006-04-03 00:51:28 UTC (rev 14875)
+++ branches/SAMBA_4_0/source/libcli/util/errormap.c	2006-04-03 06:43:30 UTC (rev 14876)
@@ -1338,6 +1338,9 @@
 #ifdef ENODEV
 	{ ENODEV,	NT_STATUS_NO_SUCH_DEVICE },
 #endif
+#ifdef ENOSYS
+	{ ENOSYS,	NT_STATUS_INVALID_SYSTEM_SERVICE },
+#endif
 	{ 0, NT_STATUS_UNSUCCESSFUL }
 };
 



More information about the samba-cvs mailing list