summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-12-05 02:18:58 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-05 02:18:58 -0500
commit3579c32295fc26ec1a37d5805c81b2ec1c54d5d5 (patch)
treef986a0668f18d8906149fcb34bea2b3b63a48405 /SConstruct
parent233a218ab3cf449a0667438cf0b1830eeb33471b (diff)
downloadlighttpd-git-3579c32295fc26ec1a37d5805c81b2ec1c54d5d5.tar.gz
[core] prefer inet_aton() over inet_addr()
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1477cfb4..da4eae2f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -410,7 +410,7 @@ if 1:
'getopt',
'getrlimit',
'getuid',
- 'inet_ntoa',
+ 'inet_aton',
'inet_ntop',
'inet_pton',
'issetugid',