Re: [PATCH] Fix build on fedora-14 (and other older systems)

2017-09-03 Thread Ben Greear
On 09/03/2017 08:50 AM, Stephen Hemminger wrote: On Sat, 2 Sep 2017 07:15:02 -0700 gree...@candelatech.com wrote: diff --git a/include/linux/sysinfo.h b/include/linux/sysinfo.h index 934335a..3596b02 100644 --- a/include/linux/sysinfo.h +++ b/include/linux/sysinfo.h @@ -3,6 +3,14 @@

Re: [PATCH] Fix build on fedora-14 (and other older systems)

2017-09-03 Thread Stephen Hemminger
On Sat, 2 Sep 2017 07:15:02 -0700 gree...@candelatech.com wrote: > diff --git a/include/linux/sysinfo.h b/include/linux/sysinfo.h > index 934335a..3596b02 100644 > --- a/include/linux/sysinfo.h > +++ b/include/linux/sysinfo.h > @@ -3,6 +3,14 @@ > > #include > > +/* So we can compile on

Re: [PATCH] Fix build on fedora-14 (and other older systems)

2017-09-02 Thread Michal Kubecek
On Sat, Sep 02, 2017 at 07:15:02AM -0700, gree...@candelatech.com wrote: > From: Ben Greear > > Seems Fedora-20 and below fail, hopefully this fixes > them. > > Signed-off-by: Ben Greear > --- > include/linux/sysinfo.h | 8 >

[PATCH] Fix build on fedora-14 (and other older systems)

2017-09-02 Thread greearb
From: Ben Greear Seems Fedora-20 and below fail, hopefully this fixes them. Signed-off-by: Ben Greear --- include/linux/sysinfo.h | 8 ip/ipxfrm.c | 1 + ip/xfrm_policy.c| 1 + ip/xfrm_state.c | 1 + 4