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 b4353e9

Browse filesBrowse files
juanandresnycMyles Borins
authored andcommitted
src: fix typo in #endif comment
PR-URL: #8989 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Brian White <mscdex@mscdex.net>
1 parent fc77cbb commit b4353e9
Copy full SHA for b4353e9

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎src/node_os.cc‎

Copy file name to clipboardExpand all lines: src/node_os.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# include <unistd.h> // gethostname, sysconf
1717
# include <sys/param.h> // MAXHOSTNAMELEN on Linux and the BSDs.
1818
# include <sys/utsname.h>
19-
#endif // __MINGW32__
19+
#endif // __POSIX__
2020

2121
// Add Windows fallback.
2222
#ifndef MAXHOSTNAMELEN

0 commit comments

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