Changeset c2fcfc0 in mainline
- Timestamp:
 - 2011-05-08T16:42:05Z (15 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - ff2e72e
 - Parents:
 - 40949d5
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/srv/fs/minixfs/mfs_inode.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/srv/fs/minixfs/mfs_inode.c
r40949d5 rc2fcfc0 277 277 278 278 ino2->i_mode = conv16(native, ino_i->i_mode); 279 ino2->i_nlinks = conv16(native, ino_i->i_ mode);279 ino2->i_nlinks = conv16(native, ino_i->i_nlinks); 280 280 ino2->i_uid = conv16(native, ino_i->i_uid); 281 281 ino2->i_gid = conv16(native, ino_i->i_gid);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  