svn commit: samba r9254 - in trunk/source/include: .

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


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

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

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

Modified:
   trunk/source/include/doserr.h


Changeset:
Modified: trunk/source/include/doserr.h
===================================================================
--- trunk/source/include/doserr.h	2005-08-12 00:35:31 UTC (rev 9253)
+++ trunk/source/include/doserr.h	2005-08-12 00:35:33 UTC (rev 9254)
@@ -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