Re: [ovs-dev] [PATCH 09/18] be compilable even when _SC_PHYS_PAGES is not available.

2013-01-31 Thread Ben Pfaff
On Thu, Jan 31, 2013 at 07:49:43PM +0900, YAMAMOTO Takashi wrote: > From: YAMAMOTO Takashi > > Signed-off-by: YAMAMOTO Takashi Looks good to me, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH 09/18] be compilable even when _SC_PHYS_PAGES is not available.

2013-01-31 Thread YAMAMOTO Takashi
From: YAMAMOTO Takashi Signed-off-by: YAMAMOTO Takashi --- vswitchd/system-stats.c | 4 1 file changed, 4 insertions(+) diff --git a/vswitchd/system-stats.c b/vswitchd/system-stats.c index f679516..2e18b1b 100644 --- a/vswitchd/system-stats.c +++ b/vswitchd/system-stats.c @@ -97,7 +97,11