diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-05 09:18:54 +0000 |
commit | a60f84ebf07863e390b72a2b6150e461a1ec18e9 (patch) | |
tree | f59bc665cfe3d2d32622450d80523e3c1265e501 /miscutils/last_fancy.c | |
parent | f6efccc0659a2e2978f2021153f34ce92257ad2b (diff) | |
download | busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.gz busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.tar.bz2 busybox-w32-a60f84ebf07863e390b72a2b6150e461a1ec18e9.zip |
*: rename ATTRIBUTE_XXX to just XXX.
Diffstat (limited to 'miscutils/last_fancy.c')
-rw-r--r-- | miscutils/last_fancy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/last_fancy.c b/miscutils/last_fancy.c index 2b7fee6e5..8e63e5c3d 100644 --- a/miscutils/last_fancy.c +++ b/miscutils/last_fancy.c | |||
@@ -148,7 +148,7 @@ static int is_runlevel_shutdown(struct utmp *ut) | |||
148 | } | 148 | } |
149 | 149 | ||
150 | int last_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 150 | int last_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
151 | int last_main(int argc ATTRIBUTE_UNUSED, char **argv) | 151 | int last_main(int argc UNUSED_PARAM, char **argv) |
152 | { | 152 | { |
153 | struct utmp ut; | 153 | struct utmp ut; |
154 | const char *filename = _PATH_WTMP; | 154 | const char *filename = _PATH_WTMP; |