summaryrefslogtreecommitdiffstats
path: root/generic/tclIOSock.c
diff options
context:
space:
mode:
authorstu <stwo@users.sourceforge.net>2018-01-17 19:01:03 (GMT)
committerstu <stwo@users.sourceforge.net>2018-01-17 19:01:03 (GMT)
commiteb5da6ae825ef4d30e2d0c2caff0055ca60bb05c (patch)
tree4441bafd2dbafd33936e0e3ab42324894fef05c8 /generic/tclIOSock.c
parent4786f9814b9d6bf0d105c2c0a38082df4c26296e (diff)
downloadtcl-eb5da6ae825ef4d30e2d0c2caff0055ca60bb05c.zip
tcl-eb5da6ae825ef4d30e2d0c2caff0055ca60bb05c.tar.gz
tcl-eb5da6ae825ef4d30e2d0c2caff0055ca60bb05c.tar.bz2
OpenBSD now has AI_ADDRCONFIG.
Diffstat (limited to 'generic/tclIOSock.c')
-rw-r--r--generic/tclIOSock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIOSock.c b/generic/tclIOSock.c
index 6abfa60..24c26f6 100644
--- a/generic/tclIOSock.c
+++ b/generic/tclIOSock.c
@@ -223,7 +223,7 @@ TclCreateSocketAddress(
* using AI_ADDRCONFIG is probably low even in situations where it works,
* we'll leave it out for now. After all, it is just an optimisation.
*
- * Missing on: OpenBSD, NetBSD.
+ * Missing on NetBSD.
* Causes failure when used on AIX 5.1 and HP-UX
*/