Module Name: src Committed By: mgorny Date: Sun Mar 8 22:12:43 UTC 2020
Modified Files: src/sys/nfs: nfs_subs.c Log Message: Update NFS errno mapping and add assert for correctness Add the mapping for errno values missing in nfsrv_v2errmap[]. While at it, add a compile-time assert to make sure that the array does not become out-of-date again. To generate a diff of this commit: cvs rdiff -u -r1.237 -r1.238 src/sys/nfs/nfs_subs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.