Re: [PATCH] ps: fix build failure if FEATURE_PS_TIME is disabled

2017-08-25 Thread walter harms
Am 22.08.2017 12:21, schrieb Ron Yorston: > The global seconds_since_boot is only defined if FEATURE_PS_TIME > is enabled. > > Signed-off-by: Ron Yorston > --- > procps/ps.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/procps/ps.c b/procps/ps.c

Re: [PATCH] ps: fix build failure if FEATURE_PS_TIME is disabled

2017-08-22 Thread Denys Vlasenko
Applied, thanks On Tue, Aug 22, 2017 at 12:21 PM, Ron Yorston wrote: > The global seconds_since_boot is only defined if FEATURE_PS_TIME > is enabled. > > Signed-off-by: Ron Yorston > --- > procps/ps.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) >