| commit | e34d6a5fac92e03e98ab1d772e71865dde28ce48 | [log] [tgz] |
|---|---|---|
| author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 20 22:02:10 2013 +0000 |
| committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jun 20 22:02:10 2013 +0000 |
| tree | 47829606fa304761beac983b167ffafd8daf7c56 | |
| parent | 1332988f5a62cb221db9e362f8f58c0352622b65 [diff] [blame] |
Remove last use of PathV1.h from Archive.cpp. llvm-svn: 184484
diff --git a/llvm/lib/Support/Unix/PathV2.inc b/llvm/lib/Support/Unix/PathV2.inc index 4c76f28..b036c74 100644 --- a/llvm/lib/Support/Unix/PathV2.inc +++ b/llvm/lib/Support/Unix/PathV2.inc
@@ -408,6 +408,8 @@ result.fs_st_dev = status.st_dev; result.fs_st_ino = status.st_ino; result.fs_st_mtime = status.st_mtime; + result.fs_st_uid = status.st_uid; + result.fs_st_gid = status.st_gid; return error_code::success(); }