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 7 and Version 8 of dev-util/git


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

Updated status

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/git

    v7 v8  
    2626This is not currently defined by Haiku. Haiku's tcpdump defines it in [http://dev.haiku-os.org/browser/haiku/trunk/src/bin/network/tcpdump/tcpdump-stdinc.h tcpdump-stdinc.h] to 16. Defining it in {{{git-compat-util.h}}} resolves this error. 
    2727 
    28 Next, compilation fails in {{{builtin-count-objects.c}}}:46 due to {{{st_blocks}}}. 
     28Next, compilation fails in {{{builtin-count-objects.c}}}:46 due to {{{st_blocks}}}: 
     29{{{ 
     30(*loose_size) += xsize_t(st.st_blocks); 
     31}}} 
     32Not sure what to replace it with. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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