1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-07 00:04:57 +03:00

v4.05-9416-beta

This commit is contained in:
dnobori
2014-02-06 01:36:42 +09:00
parent 8920d01a37
commit bb853cc18b
306 changed files with 523 additions and 317 deletions

View File

@ -12,7 +12,9 @@
// http://www.softether.org/
//
// Authors: Daiyuu Nobori
// Contributors: Melvyn (https://github.com/yaurthek)
// Contributors:
// - Melvyn (https://github.com/yaurthek)
// - nattoheaven (https://github.com/nattoheaven)
// Comments: Tetsuo Sugiyama, Ph.D.
//
//
@ -128,9 +130,9 @@ struct statfs {
char f_mntonname[90]; /* directory on which mounted */
char f_mntfromname[90];/* mounted filesystem */
};
#else
#else // NO_VLAN
#include <sys/mount.h>
#endif
#endif // NO_VLAN
#endif // UNIX_MACOS
// Scandir() function for Solaris