[Pvfs2-cvs] commit by slang in pvfs2/include: pvfs2-types.h

CVS commit program cvs at parl.clemson.edu
Wed Oct 11 15:16:08 EDT 2006


Update of /projects/cvsroot/pvfs2/include
In directory parlweb1:/tmp/cvs-serv1777/include

Modified Files:
	pvfs2-types.h 
Log Message:
fix comment for EACCES


Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2/include/pvfs2-types.h,v
diff -p -u -r1.136 -r1.137
--- pvfs2-types.h	26 Sep 2006 03:44:14 -0000	1.136
+++ pvfs2-types.h	11 Oct 2006 19:16:08 -0000	1.137
@@ -538,7 +538,7 @@ PVFS_error PVFS_get_errno_mapping(PVFS_e
 #define PVFS_EHOSTDOWN       E(55) /* Host is down */
 #define PVFS_EHOSTUNREACH    E(56) /* No route to host */
 #define PVFS_EALREADY        E(57) /* Operation already in progress */
-#define PVFS_EACCES          E(58) /* Operation already in progress */
+#define PVFS_EACCES          E(58) /* Access not allowed */
 
 /***************** non-errno/pvfs2 specific error codes *****************/
 #define PVFS_ECANCEL    (1|(PVFS_NON_ERRNO_ERROR_BIT|PVFS_ERROR_BIT))



More information about the Pvfs2-cvs mailing list