Skip to content

Commit

Permalink
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Oct 20, 2004
1 parent dcad57a commit b692902
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions sysdeps/gnu/errlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -1399,38 +1399,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 b692902

Please sign in to comment.