that are compatible with NFSv3.
+2005-07-08 Erez Zadok <ezk@cs.sunysb.edu>
+
+ * conf/mount/mount_linux.c: add a couple more NFSv2 error codes
+ that are compatible with NFSv3.
+
2005-07-07 Erez Zadok <ezk@cs.sunysb.edu>
* m4/macros/header_templates.m4: extern template for strlcat().
* SUCH DAMAGE.
*
*
- * $Id: mount_linux.c,v 1.42 2005/04/07 05:50:38 ezk Exp $
+ * $Id: mount_linux.c,v 1.43 2005/07/09 19:41:06 ezk Exp $
*/
/*
#define NE_FBIG 27
#define NE_NOSPC 28
#define NE_ROFS 30
+#define NE_OPNOTSUPP 45
#define NE_NAMETOOLONG 63
#define NE_NOTEMPTY 66
#define NE_DQUOT 69
#define NE_STALE 70
+#define NE_REMOTE 71
#define NFS_LOMAP 0
#define NFS_HIMAP 122