svn commit: samba r9253 - in branches/SAMBA_3_0/source/include: .

jra at samba.org jra at samba.org
Fri Aug 12 00:35:32 GMT 2005


Author: jra
Date: 2005-08-12 00:35:31 +0000 (Fri, 12 Aug 2005)
New Revision: 9253

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

Log:
>From Samba4 tridge commit - added a new DOS error code (thanks to EMC)
Jeremy.

Modified:
   branches/SAMBA_3_0/source/include/doserr.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/doserr.h
===================================================================
--- branches/SAMBA_3_0/source/include/doserr.h	2005-08-12 00:05:17 UTC (rev 9252)
+++ branches/SAMBA_3_0/source/include/doserr.h	2005-08-12 00:35:31 UTC (rev 9253)
@@ -72,6 +72,7 @@
 #define ERRpipeclosing 232 /* named pipe close in progress */
 #define ERRnotconnected 233 /* No process on other end of named pipe */
 #define ERRmoredata 234 /* More data to be returned */
+#define ERReainconsistent 255 /* from EMC */
 #define ERRnomoreitems 259
 #define ERRbaddirectory 267 /* Invalid directory name in a path. */
 #define ERReasnotsupported 282 /* Extended attributes */



More information about the samba-cvs mailing list