>From FreeBSD, this is in order to get LLVM-lldb to compile.

(Line 907 of llvm/tools/lldb/source/Host/common/FileSpec.cpp)

Index: dirent.h
===================================================================
RCS file: /cvs/src/sys/sys/dirent.h,v
retrieving revision 1.8
diff -u dirent.h
--- dirent.h    17 Aug 2006 12:40:11 -0000      1.8
+++ dirent.h    23 Mar 2011 02:53:17 -0000
@@ -73,6 +73,7 @@
 #define        DT_REG           8
 #define        DT_LNK          10
 #define        DT_SOCK         12
+#define        DT_WHT          14

 /*
  * Convert between stat structure types and directory types.
#

Reply via email to