Download raw body.
kern_time: Use abs() to replace open code
On Wed, Oct 09, 2024 at 08:45:27AM +0000, Miod Vallat wrote: > > + deltat = abs(rtctime.tv_sec - base); > > This function is not available in the kernel. it is in libkern.h, documented in abs(9)
kern_time: Use abs() to replace open code