From 13a204e5c3c246eb53f3c8398695d1ed0a3c7ca6 Mon Sep 17 00:00:00 2001 From: Juan Andres Andrango Date: Sun, 9 Oct 2016 14:07:01 +0200 Subject: [PATCH] src: fix typo in #endif comment PR-URL: https://github.com/nodejs/node/pull/8989 Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Anna Henningsen Reviewed-By: Brian White --- src/node_os.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_os.cc b/src/node_os.cc index 9a995b3112f..d8276f463d6 100644 --- a/src/node_os.cc +++ b/src/node_os.cc @@ -17,7 +17,7 @@ # include // gethostname, sysconf # include // MAXHOSTNAMELEN on Linux and the BSDs. # include -#endif // __MINGW32__ +#endif // __POSIX__ // Add Windows fallback. #ifndef MAXHOSTNAMELEN