Changes between Version 7 and Version 8 of dev-util/git
- Timestamp:
- 04/18/08 13:26:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-util/git
v7 v8 26 26 This 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. 27 27 28 Next, compilation fails in {{{builtin-count-objects.c}}}:46 due to {{{st_blocks}}}. 28 Next, compilation fails in {{{builtin-count-objects.c}}}:46 due to {{{st_blocks}}}: 29 {{{ 30 (*loose_size) += xsize_t(st.st_blocks); 31 }}} 32 Not sure what to replace it with.
