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
__
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