"Santashil PalChaudhuri" <[EMAIL PROTECTED]> writes: > Hi, > > Below I give a code snippet, for using adjtime() on my redhat system. > The maximum delta allowed is +/- 2145 seconds. If I give bigger than > this, then I get a EINVAL error no 22 as the delta is greater than the > maximum allowed. Is this normal?
No, it's just the punishment for the programmers to convert the offset into a signed 32bit integer, namely microseconds. Regards, Ulrich [...] _______________________________________________ questions mailing list [email protected] https://lists.ntp.isc.org/mailman/listinfo/questions
