forked from OSchip/llvm-project
[Msan] Fix the statfs unit test to pass on FreeBSD
Differential Revision: http://reviews.llvm.org/D7144 llvm-svn: 227100
This commit is contained in:
parent
16f7a52628
commit
965918e7d4
|
@ -61,6 +61,8 @@
|
|||
#else
|
||||
# include <netinet/in.h>
|
||||
# include <sys/uio.h>
|
||||
# include <sys/mount.h>
|
||||
# define f_namelen f_namemax // FreeBSD names this statfs field so.
|
||||
#endif
|
||||
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
|
|
Loading…
Reference in New Issue