[PATCH] ENABLE_FEATURE_PS_LONG related stuff: (was: error: 'now' undeclared (first use in this function))

Denys Vlasenko vda.linux at googlemail.com
Thu Sep 29 09:03:40 UTC 2011


On Wed, Sep 28, 2011 at 12:41 AM, Cristian Ionescu-Idbohrn
<cristian.ionescu-idbohrn at axis.com> wrote:
> On Tue, 27 Sep 2011, Harald Becker wrote:
>>
>> I had such phenomenons in the past, watch for missing header files,
>> especially kernel headers ... or may be different versions of kernel
>> headers.
>
> With ENABLE_FEATURE_PS_LONG unset:
>
> procps/ps.c:696:3: error: 'now' undeclared
> procps/ps.c:697:12: error: 'info' undeclared


> --- a/procps/ps.c
> +++ b/procps/ps.c
> @@ -693,8 +693,10 @@ int ps_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
>  * We also show STIME (standard says that -f shows it, -l doesn't).
>  */
>                puts("S   UID   PID  PPID   VSZ   RSS TTY   STIME TIME     CMD");
> +#if ENABLE_FEATURE_PS_LONG
>                now = time(NULL);
>                sysinfo(&info);
> +#endif
>        }
>        else {
>                puts("  PID USER       VSZ STAT COMMAND");
> --

Applied, thanks!
-- 
vda


More information about the busybox mailing list