diff options
author | Bill Meier <wmeier@newsguy.com> | 2010-04-15 02:21:24 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2010-04-15 02:21:24 +0000 |
commit | f0a577f33cce63798838f5d55212c8c5a23a7edc (patch) | |
tree | 62661ed0b3b5a65fcbf0e2278a47c55c435e2ae2 /inet_ntop.c | |
parent | c39ce268d6bc6aa475856ff3be2d73a5b0fbd178 (diff) | |
download | wireshark-f0a577f33cce63798838f5d55212c8c5a23a7edc.tar.gz wireshark-f0a577f33cce63798838f5d55212c8c5a23a7edc.tar.bz2 wireshark-f0a577f33cce63798838f5d55212c8c5a23a7edc.zip |
Reword comment slightly.
svn path=/trunk/; revision=32470
Diffstat (limited to 'inet_ntop.c')
-rw-r--r-- | inet_ntop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet_ntop.c b/inet_ntop.c index 725c7cf0e2..725ce276b9 100644 --- a/inet_ntop.c +++ b/inet_ntop.c @@ -36,7 +36,7 @@ #ifdef HAVE_WINSOCK2_H #include <winsock2.h> /* needed to define AF_ values on Windows */ -#if _MSC_VER < 1600 /* VC10 (and presumably future VC versions will) have this definition */ +#if _MSC_VER < 1600 /* Windows VC10 (and presumably newer) errno.h defines EAFNOSUPPORT */ #define EAFNOSUPPORT WSAEAFNOSUPPORT #endif #endif |