diff options
author | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-24 09:22:23 +0000 |
---|---|---|
committer | Philip Guenthe <guenther@cvs.openbsd.org> | 2009-11-24 09:22:23 +0000 |
commit | 943841ae06a171855c7836ec9216ec65abd2deb0 (patch) | |
tree | c53b4ef18ffa5d8e4f682caf90ea137c5815512c /lib/libc/nls | |
parent | 0ce7d5388d0fde470b73d876f70a762eda87cc2a (diff) |
Change ENOTSUP's strerror() to "Not supported"
Provide C and Pig locale expansions for errno values from EAUTH to ENOTSUP
ok millert@, mk@, go aheads from others who have other translations
in the works
Diffstat (limited to 'lib/libc/nls')
-rw-r--r-- | lib/libc/nls/C.msg | 24 | ||||
-rw-r--r-- | lib/libc/nls/Pig.msg | 24 |
2 files changed, 48 insertions, 0 deletions
diff --git a/lib/libc/nls/C.msg b/lib/libc/nls/C.msg index a077a554176..621e569c915 100644 --- a/lib/libc/nls/C.msg +++ b/lib/libc/nls/C.msg @@ -157,6 +157,30 @@ $ ENOSYS 78 Function not implemented $ EFTYPE 79 Inappropriate file type or format +$ EAUTH +80 Authentication error +$ ENEEDAUTH +81 Need authenticator +$ EIPSEC +82 IPsec processing failure +$ ENOATTR +83 Attribute not found +$ EILSEQ +84 Illegal byte sequence +$ ENOMEDIUM +85 No medium found +$ EMEDIUMTYPE +86 Wrong medium type +$ EOVERFLOW +87 Value too large to be stored in data type +$ ECANCELED +88 Operation canceled +$ EIDRM +89 Identifier removed +$ ENOMSG +90 No message of desired type +$ ENOTSUP +91 Not supported $set 2 $ SIGHUP 1 Hangup diff --git a/lib/libc/nls/Pig.msg b/lib/libc/nls/Pig.msg index 9692602d163..e48cb70b581 100644 --- a/lib/libc/nls/Pig.msg +++ b/lib/libc/nls/Pig.msg @@ -157,6 +157,30 @@ $ ENOSYS 78 Unctionfay otnay implementedway $ EFTYPE 79 Inappropriateway ilefay ypetay orway ormatfay +$ EAUTH +80 Authenticationway errorway +$ ENEEDAUTH +81 Eednay authenticatorway +$ EIPSEC +82 IPsecway ocessingpray ailurefay +$ ENOATTR +83 Attributeway otnay oundfay +$ EILSEQ +84 Illegalway ytebay equencesay +$ ENOMEDIUM +85 Onay ediummay oundfay +$ EMEDIUMTYPE +86 Ongwray ediummay ypetay +$ EOVERFLOW +87 Aluebay ootay argelay otay ebay oredstay inway ataday ypetay +$ ECANCELED +88 Operationway anceledcay +$ EIDRM +89 Identifierway emovedray +$ ENOMSG +90 Onay essagemay ofway esiredday ypetay +$ ENOTSUP +91 Otnay upportedsay $set 2 $ SIGHUP 1 Anguphay |