Import ncpfs 2.2.2

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:59 +02:00
parent 82706139bf
commit cf0c5e59af
27 changed files with 823 additions and 602 deletions

View File

@@ -277,6 +277,9 @@ strrqerror(int err)
{NWE_UNSUPPORTED_TRAN_TYPE, /* 8870 */
N_("Unsupported transport type")},
/* ... */
{NWE_UNSUPPORTED_AUTHENTICATOR, /* 8873 */
N_("Unsupported authenticator")},
/* ... */
{0x10000,
NULL}};
const struct errxlat* eptr = rqerrors;