--- glibc-2.2/sysdeps/gnu/errlist.c.orig Tue Jul 30 10:17:08 2002 +++ glibc-2.2/sysdeps/gnu/errlist.c Tue Jul 30 10:30:04 2002 @@ -607,6 +607,14 @@ TRANS for information on process groups and these signals. */ [ERR_REMAP (EBACKGROUND)] = N_("Inappropriate operation for background process"), #endif +#ifdef ENOATTR +/* +TRANS No such attribute. The named Extended Attribute does not exist, or the +TRANS process does not have permission to access the attribute. This error +TRANS is used by the getxattr, setxattr and removexattr system calls. +TRANS */ + [ERR_REMAP (ENOATTR)] = N_("No such attribute"), +#endif #ifdef EDIED /* TRANS In the GNU system, opening a file returns this error when the file is