K 10 svn:author V 6 kevans K 8 svn:date V 27 2021-10-17T18:48:12.776532Z K 7 svn:log V 657 stand/ficl 64-bit compatibility Currently, the only thing that prevents a functioning 64-bit FICL build is a few integer types that were intended to be fixed-width. Changing them to C99 integer types allows building a functioning 64-bit FICL. While this isn't applicable to the default settings of any in-tree loaders, it is necessary for a future Petitboot loader, due to the requirement that it be compiled as a 64-bit program. (cherry picked from commit 9e4c35f867aca020df8d01fb7371bf5ae1cc8a2d) (cherry picked from commit 0ebbda971890c149c5028066fc5ed7ea72228d87) Git Hash: ace710d002f0353a401d9b68661861e2fbdc2f89 Git Author: bdragon@FreeBSD.org END