Index: libcfa/src/heap.cfa
===================================================================
--- libcfa/src/heap.cfa	(revision 4af5396caad4605b138ead74b53857a746688724)
+++ libcfa/src/heap.cfa	(revision 80fbdc9e1db7cb3b5356b2232ecc122e3aa8fdf6)
@@ -10,6 +10,6 @@
 // Created On       : Tue Dec 19 21:58:35 2017
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Oct 13 21:41:32 2022
-// Update Count     : 1553
+// Last Modified On : Thu Oct 13 22:21:52 2022
+// Update Count     : 1557
 //
 
@@ -28,5 +28,4 @@
 #include "bits/align.hfa"								// libAlign
 #include "bits/defs.hfa"								// likely, unlikely
-#include "bits/locks.hfa"								// __spinlock_t
 #include "concurrency/kernel/fwd.hfa"					// __POLL_PREEMPTION
 #include "startup.hfa"									// STARTUP_PRIORITY_MEMORY
@@ -596,5 +595,5 @@
 			char helpText[512];
 			__cfaabi_bits_print_buffer( STDERR_FILENO, helpText, sizeof(helpText),
-										"CFA warning (UNIX pid:%ld) : program terminating with %llu(0x%llx) bytes of storage allocated but not freed.\n"
+										"CFA warning (UNIX pid:%ld) : program terminating with %ju(0x%jx) bytes of storage allocated but not freed.\n"
 										"Possible cause is unfreed storage allocated by the program or system/library routines called from the program.\n",
 										(long int)getpid(), allocUnfreed, allocUnfreed ); // always print the UNIX pid
