summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-11-06 00:29:01 +0000
committerRoland McGrath <roland@gnu.org>2004-11-06 00:29:01 +0000
commit18c45bb426c0948ebb0316e61a8efa33d10a7dcb (patch)
tree9875a74efe904b5c76fa350ad15f0f8760eb438a
parent30e32d23eb06cbeae02e51c7c4df150736dba795 (diff)
* sysdeps/gnu/errlist.c: Regenerated.
-rw-r--r--ChangeLog1
-rw-r--r--sysdeps/gnu/errlist.c32
2 files changed, 1 insertions, 32 deletions
diff --git a/ChangeLog b/ChangeLog
index fec55ced31..0f5feb41a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
2004-11-05 Roland McGrath <roland@redhat.com>
* manual/errno.texi (Error Codes): Revert last change for now.
+ * sysdeps/gnu/errlist.c: Regenerated.
2004-11-04 Roland McGrath <roland@frob.com>
diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c
index 3098fc34c5..9ae6ec3c1d 100644
--- a/sysdeps/gnu/errlist.c
+++ b/sysdeps/gnu/errlist.c
@@ -1408,38 +1408,6 @@ TRANS error; @pxref{Cancel AIO Operations}. */
# define ERR_MAX EMEDIUMTYPE
# endif
#endif
-#ifdef ENOKEY
-/* */
- [ERR_REMAP (ENOKEY)] = N_("Required key not available"),
-# if ENOKEY > ERR_MAX
-# undef ERR_MAX
-# define ERR_MAX ENOKEY
-# endif
-#endif
-#ifdef EKEYEXPIRED
-/* */
- [ERR_REMAP (EKEYEXPIRED)] = N_("Key has expired"),
-# if EKEYEXPIRED > ERR_MAX
-# undef ERR_MAX
-# define ERR_MAX EKEYEXPIRED
-# endif
-#endif
-#ifdef EKEYREVOKED
-/* */
- [ERR_REMAP (EKEYREVOKED)] = N_("Key has been revoked"),
-# if EKEYREVOKED > ERR_MAX
-# undef ERR_MAX
-# define ERR_MAX EKEYREVOKED
-# endif
-#endif
-#ifdef EKEYREJECTED
-/* */
- [ERR_REMAP (EKEYREJECTED)] = N_("Key was rejected by service"),
-# if EKEYREJECTED > ERR_MAX
-# undef ERR_MAX
-# define ERR_MAX EKEYREJECTED
-# endif
-#endif
};
const int _sys_nerr_internal