HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 8 and Version 9 of dev-util/git


Ignore:
Timestamp:
04/18/08 13:53:41 (7 years ago)
Author:
andreasf
Comment:

Updated status

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/git

    v8 v9  
    3030(*loose_size) += xsize_t(st.st_blocks); 
    3131}}} 
    32 Not sure what to replace it with. 
     32For now, I've replace it with: 
     33{{{ 
     34(*loose_size) += st.st_size / 512; 
     35}}} 
     36In a [http://ussg.iu.edu/hypermail/linux/kernel/0310.1/1125.html Linux kernel ML post] I read the unit of st_block were 512 byte. 
     37 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/