Changeset 1291
- Timestamp:
- Nov 12, 2010, 5:13:26 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/utility.cc
r1253 r1291 103 103 "error reading source file '" + source + "'"); 104 104 i.close(); o.close(); 105 // copy permissions 106 struct stat nodestat; 107 stat(source.c_str(),&nodestat); 108 chmod(target.c_str(), nodestat.st_mode); 105 109 } 106 110
Note: See TracChangeset
for help on using the changeset viewer.