On Mon, 29 Jan 2018 19:32:05 -0600, Scott Cheloha wrote: > This ensures that the GETTY_SPACING check remains useful if > the system clock is set backwards. > > The time comparison is meaningless unless the timespec is set, > so there's no reason to go to the kernel to get the time unless > we have something to look at. And unless I'm missing something > there isn't any reason to continue retrieving the current time > in the parent process if we're doing the comparison in the child > process, so I've moved the system call into that block.
Looks good, OK millert@ - todd
