Sylvestre Ledru 9dc06bd431 Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
The problem is that the struct file_status on UNIX systems has two
members called st_dev and st_ino; those are also members of the
struct stat, and they are reserved identifiers which can also be
provided as #define (and this is the case for st_dev on Hurd).
The solution (attached) is to rename them, for example adding a
"fs_" prefix (= file status) to them.

Patch by Pino Toscano




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155354 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-23 16:37:23 +00:00
..
2011-11-16 01:36:50 +00:00
2012-02-06 22:41:47 +00:00
2011-11-05 09:45:17 +00:00
2012-03-28 22:34:41 +00:00
2011-07-14 21:50:04 +00:00
2012-04-02 19:25:22 +00:00
2011-06-23 14:02:13 +00:00
2011-03-31 13:06:39 +00:00
2012-03-06 19:54:44 +00:00
2011-12-12 21:14:40 +00:00
2011-03-18 16:39:36 +00:00
2012-04-18 19:04:15 +00:00
2011-11-28 00:49:01 +00:00
2012-04-20 22:07:50 +00:00