Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cedar/VLanUnix.c')
-rw-r--r--src/Cedar/VLanUnix.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Cedar/VLanUnix.c b/src/Cedar/VLanUnix.c
index c1aa6b69..81182c92 100644
--- a/src/Cedar/VLanUnix.c
+++ b/src/Cedar/VLanUnix.c
@@ -12,6 +12,8 @@
// http://www.softether.org/
//
// Author: Daiyuu Nobori
+// Contributors:
+// - nattoheaven (https://github.com/nattoheaven)
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
@@ -538,7 +540,7 @@ int UnixCreateTapDeviceEx(char *name, char *prefix, UCHAR *mac_address)
close(s);
}
-#endif
+#endif // UNIX_MACOS
#ifdef UNIX_SOLARIS
// Create a tap for Solaris
{