summaryrefslogtreecommitdiff
path: root/setfattr
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2002-09-04 23:19:54 +0000
committerNathan Scott <nathans@sgi.com>2002-09-04 23:19:54 +0000
commit49efd7a74fcfa9197584bcaf9a3b25d3f6767332 (patch)
treef72304ae2e3db6feee2793015bc157a9d63c82a7 /setfattr
parentba6b9f4523ed3ff233b748e9c2e7c130ca87bce2 (diff)
downloadattr-49efd7a74fcfa9197584bcaf9a3b25d3f6767332.tar.gz
minor updates from Andreas.
Diffstat (limited to 'setfattr')
-rw-r--r--setfattr/setfattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setfattr/setfattr.c b/setfattr/setfattr.c
index 94cd681..a933cb8 100644
--- a/setfattr/setfattr.c
+++ b/setfattr/setfattr.c
@@ -66,7 +66,7 @@ int base64_digit(char c);
const char *strerror_ea(int err)
{
- if (err == ENOATTR)
+ if (err == ENODATA)
return _("No such attribute");
return strerror(err);
}