Re: [ovs-dev] [PATCH] Fix build failure on RHEL 5.5

2011-12-06 Thread Chris Wright
* Pravin Shelar (pshe...@nicira.com) wrote: > On Tue, Dec 6, 2011 at 2:29 PM, Jesse Gross wrote: > > On Tue, Dec 6, 2011 at 12:45 PM, Pravin B Shelar wrote: > >> diff --git a/datapath/linux/compat/include/linux/jiffies.h > >> b/datapath/linux/compat/include/linux/jiffies.h > >> index a64f226..77

Re: [ovs-dev] [PATCH] Fix build failure on RHEL 5.5

2011-12-06 Thread Pravin Shelar
On Tue, Dec 6, 2011 at 2:29 PM, Jesse Gross wrote: > On Tue, Dec 6, 2011 at 12:45 PM, Pravin B Shelar wrote: >> Signed-off-by: Pravin B Shelar >> --- >>  datapath/linux/compat/include/linux/ipv6.h    |    8 >>  datapath/linux/compat/include/linux/jiffies.h |    2 ++ >>  datapath/linux/c

Re: [ovs-dev] [PATCH] Fix build failure on RHEL 5.5

2011-12-06 Thread Jesse Gross
On Tue, Dec 6, 2011 at 12:45 PM, Pravin B Shelar wrote: > Signed-off-by: Pravin B Shelar > --- >  datapath/linux/compat/include/linux/ipv6.h    |    8 >  datapath/linux/compat/include/linux/jiffies.h |    2 ++ >  datapath/linux/compat/include/net/ipv6.h      |   13 + >  3 fil

[ovs-dev] [PATCH] Fix build failure on RHEL 5.5

2011-12-06 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- datapath/linux/compat/include/linux/ipv6.h|8 datapath/linux/compat/include/linux/jiffies.h |2 ++ datapath/linux/compat/include/net/ipv6.h | 13 + 3 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 data