LWN.net Logo

Choosing between portability and innovation

Choosing between portability and innovation

Posted Mar 2, 2011 18:01 UTC (Wed) by djc (subscriber, #56880)
Parent article: Choosing between portability and innovation

An example going the other way: recent versions of the OpenNTPD package (4.x) are not available in a portable flavor, because they use a system call that's not available on Linux (I forget what it's called and can't quickly find it right now, it's something like adjtime()).


(Log in to post comments)

Choosing between portability and innovation

Posted Mar 2, 2011 19:25 UTC (Wed) by jstultz (subscriber, #212) [Link]

On linux the syscall is adjtimex(), which should provide equivalent functionality as ntp_adjtime(). If not, I'd like to hear more about it.

Choosing between portability and innovation

Posted Mar 2, 2011 19:41 UTC (Wed) by jnh (subscriber, #69758) [Link]

...and if it is adjtimex, pretty sure that's been taken care of too...
(for example, see debian bug 593429)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds