Re: [PATCH 7/9] struct option long_options doesn't need to be global

2014-06-01 Thread Amit Kucheria
Thank for the review. I've made the requested change and pushed all these fixes with your Ack. On Fri, May 30, 2014 at 1:13 PM, Daniel Lezcano wrote: > On 05/29/2014 12:17 AM, Amit Kucheria wrote: >> >> Change the flag field to NULL while we're at it >> >> Signed-off-by: Amit Kucheria >> --- >>

Re: [PATCH 7/9] struct option long_options doesn't need to be global

2014-05-30 Thread Daniel Lezcano
On 05/29/2014 12:17 AM, Amit Kucheria wrote: Change the flag field to NULL while we're at it Signed-off-by: Amit Kucheria --- idlestat.c | 21 ++--- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/idlestat.c b/idlestat.c index 96fc1f2..c4a405a 100644 --- a/idl