[PVFS2-CVS] commit by robl in pvfs2-1/include: pvfs2-types.h
CVS commit program
cvs at parl.clemson.edu
Wed Sep 28 19:46:14 EDT 2005
Update of /projects/cvsroot/pvfs2-1/include
In directory parlweb:/tmp/cvs-serv1225/include
Modified Files:
pvfs2-types.h
Log Message:
[pcarns]: correct the error code to string mapings
Index: pvfs2-types.h
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/include/pvfs2-types.h,v
diff -u -w -p -u -r1.111 -r1.112
--- pvfs2-types.h 23 Aug 2005 18:44:11 -0000 1.111
+++ pvfs2-types.h 28 Sep 2005 22:46:14 -0000 1.112
@@ -541,10 +541,10 @@ char *PINT_non_errno_strerror_mapping[]
"Operation cancelled (possibly due to timeout)", \
"Device initialization failed", \
"Detailed per-server errors are available", \
- "Host not found", \
- "Valid host name but no IP address found", \
- "Non recoverable error", \
- "Try Again" \
+ "Unknown host", \
+ "No address associated with name", \
+ "Unknown server error", \
+ "Host name lookup failure" \
}; \
PVFS_error PINT_non_errno_mapping[] = { \
0, /* leave this one empty */ \
More information about the PVFS2-CVS
mailing list