Thanks, I applied this to master.
On Fri, May 03, 2013 at 11:24:46AM -0700, Andy Zhou wrote:
> Looks good.
>
>
> On Wed, May 1, 2013 at 11:32 AM, Ben Pfaff wrote:
>
> > getmntent_r() is a GNU extension so we test for its existence and just
> > disable this feature of system stats if it is not
Looks good.
On Wed, May 1, 2013 at 11:32 AM, Ben Pfaff wrote:
> getmntent_r() is a GNU extension so we test for its existence and just
> disable this feature of system stats if it is not present, because this
> feature is not very important.
>
> Signed-off-by: Ben Pfaff
> ---
> configure.ac
getmntent_r() is a GNU extension so we test for its existence and just
disable this feature of system stats if it is not present, because this
feature is not very important.
Signed-off-by: Ben Pfaff
---
configure.ac|2 +-
vswitchd/system-stats.c |8 +---
2 files changed,