Re: [ovs-dev] [PATCH v2 2/4] Replace inet_aton() with inet_pton().

2014-02-21 Thread Ben Pfaff
On Fri, Feb 21, 2014 at 01:14:34PM -0800, Gurucharan Shetty wrote: > Windows does not have inet_aton(), but does have a inet_pton(). > inet_aton() is not defined in POSIX. But inet_pton() is. > > Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff __

[ovs-dev] [PATCH v2 2/4] Replace inet_aton() with inet_pton().

2014-02-21 Thread Gurucharan Shetty
Windows does not have inet_aton(), but does have a inet_pton(). inet_aton() is not defined in POSIX. But inet_pton() is. Signed-off-by: Gurucharan Shetty --- lib/bfd.c |2 +- lib/socket-util.c |4 ++-- vswitchd/bridge.c |7 --- 3 files changed, 7 insertions(+), 6 deletion