These are defined in the kernel headers but missing from the list
of names, so strerrorname_np() returns NULL.
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/mips/include/uapi/asm/errno.h#n95
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/arch/sparc/include/uapi/asm/errno.h#n55
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
#ifdef EPROGUNAVAIL
_S(EPROGUNAVAIL, N_("RPC program not available"))
#endif
+#ifdef EINIT
+_S(EINIT, N_("Initialization error"))
+#endif
+#ifdef EREMDEV
+_S(EREMDEV, N_("Device is remote"))
+#endif
+#ifdef ERREMOTE
+_S(ERREMOTE, N_("Too many levels of remote in path"))
+#endif