Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/cddl/osnet/dist/tools/ctf/cvt
Module Name: src
Committed By: mrg
Date: Mon May 5 04:29:48 UTC 2025
Modified Files:
src/external/cddl/osnet/dist/tools/ctf/cvt: dwarf.c
Log Message:
fix the i386 build.
format specifiers didn't match between Dwarf_* types and printf(),
and since some of them want to be "long long unsigned" on i386,
force everything to be that type and those printf formats.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/cddl/osnet/dist/tools/ctf/cvt/dwarf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index