Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61411bb

Browse filesBrowse files
authored
deps: fix call to undeclared functions 'ntohl' and 'htons'
This reverts commit 2070ad2. deps: fix call to undeclared functions 'ntohl' and 'htons' PR-URL: #49979 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent 85c09f1 commit 61411bb
Copy full SHA for 61411bb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎deps/ngtcp2/ngtcp2.gyp‎

Copy file name to clipboardExpand all lines: deps/ngtcp2/ngtcp2.gyp
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
},
113113
},
114114
}],
115-
['OS=="linux"', {
115+
['OS=="linux" or OS=="android"', {
116116
'defines': [
117117
'HAVE_ARPA_INET_H',
118118
'HAVE_NETINET_IN_H',
@@ -162,7 +162,7 @@
162162
},
163163
},
164164
}],
165-
['OS=="linux"', {
165+
['OS=="linux" or OS=="android"', {
166166
'defines': [
167167
'HAVE_ARPA_INET_H',
168168
'HAVE_NETINET_IN_H',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.