summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/errlist.c
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2015-10-24 10:42:02 +0000
committerbluhm <bluhm@openbsd.org>2015-10-24 10:42:02 +0000
commitb6f008050ecaa9303a5e98b0bc09ff7f9b37c078 (patch)
tree25074ffd82787fbd0ca33c726125426692625bbd /lib/libc/gen/errlist.c
parentremove a paste error and get section numbers right for sysctl(3); (diff)
downloadwireguard-openbsd-b6f008050ecaa9303a5e98b0bc09ff7f9b37c078.tar.xz
wireguard-openbsd-b6f008050ecaa9303a5e98b0bc09ff7f9b37c078.zip
Unify all the errno names in
- include comment - libc errlist - nls C msg - man page OK tedu@
Diffstat (limited to 'lib/libc/gen/errlist.c')
-rw-r--r--lib/libc/gen/errlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/errlist.c b/lib/libc/gen/errlist.c
index 8f142d8e541..c7afd9c26b4 100644
--- a/lib/libc/gen/errlist.c
+++ b/lib/libc/gen/errlist.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: errlist.c,v 1.17 2015/09/19 04:02:21 guenther Exp $ */
+/* $OpenBSD: errlist.c,v 1.18 2015/10/24 10:42:02 bluhm Exp $ */
/*
* Copyright (c) 1982, 1985, 1993
* The Regents of the University of California. All rights reserved.
@@ -122,7 +122,7 @@ const char *const sys_errlist[] = {
"Too many levels of remote in path", /* 71 - EREMOTE */
"RPC struct is bad", /* 72 - EBADRPC */
"RPC version wrong", /* 73 - ERPCMISMATCH */
- "RPC prog. not avail", /* 74 - EPROGUNAVAIL */
+ "RPC program not available", /* 74 - EPROGUNAVAIL */
"Program version wrong", /* 75 - EPROGMISMATCH */
"Bad procedure for program", /* 76 - EPROCUNAVAIL */