Skip to content

Commit

Permalink
* sysdeps/gnu/errlist.c: Regenerated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland McGrath committed Nov 6, 2004
1 parent 30e32d2 commit 18c45bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
32 changes: 0 additions & 32 deletions sysdeps/gnu/errlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -1407,38 +1407,6 @@ TRANS error; @pxref{Cancel AIO Operations}. */
# undef ERR_MAX
# 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
};

Expand Down

0 comments on commit 18c45bb

Please sign in to comment.