summaryrefslogtreecommitdiff
path: root/metaconfig.h
diff options
context:
space:
mode:
authorTomasz Konojacki <me@xenu.pl>2020-04-30 06:42:40 +0000
committerH.Merijn Brand <h.m.brand@xs4all.nl>2020-05-19 09:03:49 +0200
commit5fd8dd0d3bb7aa8dd0a0a8602deb24bb3323bd5c (patch)
treebeba1d61ff2073c745dc688ece8412a5d4cb65a3 /metaconfig.h
parent0a49e94867e32932f6fac0fc9297840a8b9ef6cf (diff)
downloadperl-5fd8dd0d3bb7aa8dd0a0a8602deb24bb3323bd5c.tar.gz
pp_sys.c: don't hardcode socket address buffer size
When it's possible, use sizeof(struct sockaddr_storage). fixes #17761
Diffstat (limited to 'metaconfig.h')
-rw-r--r--metaconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/metaconfig.h b/metaconfig.h
index 96a02a57eb..baba5eac68 100644
--- a/metaconfig.h
+++ b/metaconfig.h
@@ -13,5 +13,5 @@
* Symbols should only be here temporarily. Once they are actually used,
* they should be removed from here.
*
- * HAS_WCRTOMB HAS_SOCKADDR_STORAGE
+ * HAS_WCRTOMB
*/