diff options
author | Ron Yorston <rmy@pobox.com> | 2023-08-10 10:14:38 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2023-08-10 10:14:38 +0100 |
commit | 1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77 (patch) | |
tree | e317201c6424df53b4dbbfddc0de304d62c8a3a8 /miscutils/setfattr.c | |
parent | 7b692ddf0c746014f94813bcb6418f0c95d85afc (diff) | |
parent | 8f0845cad7bfc46939132b33f9cd0753b261b953 (diff) | |
download | busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.tar.gz busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.tar.bz2 busybox-w32-1ba2d37b9f59c4e7a44abb56dfb87f044ba7dc77.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'miscutils/setfattr.c')
-rw-r--r-- | miscutils/setfattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/setfattr.c b/miscutils/setfattr.c index 10d1840c9..b68bc9452 100644 --- a/miscutils/setfattr.c +++ b/miscutils/setfattr.c | |||
@@ -32,7 +32,7 @@ int setfattr_main(int argc UNUSED_PARAM, char **argv) | |||
32 | { | 32 | { |
33 | const char *name; | 33 | const char *name; |
34 | const char *value = ""; | 34 | const char *value = ""; |
35 | int status; | 35 | exitcode_t status; |
36 | int opt; | 36 | int opt; |
37 | enum { | 37 | enum { |
38 | OPT_h = (1 << 0), | 38 | OPT_h = (1 << 0), |